'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)> <DescriptionAttribute("The location, in device-independent pixels (1/96th inch), of annotation in the image space.")> Public Overrides Property Location As System.Drawing.PointF
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Description("The location, in device-independent pixels (1/96th inch), of annotation in the image space.")] public override System.Drawing.PointF Location { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Description("The location, in device-independent pixels (1/96th inch), of annotation in the image space.")] public: __property System.Drawing.PointF get_Location(); override; public: __property void set_Location(
System.Drawing.PointF value
); override;
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Description("The location, in device-independent pixels (1/96th inch), of annotation in the image space.")] public:
property System.Drawing.PointF Location { System.Drawing.PointF get() override;; void set(System.Drawing.PointF value) override;; }