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