'Declaration <DescriptionAttribute("The location, in pixels, of annotation in the image space.")> Public Shadows Property Location As System.Drawing.PointF
[Description("The location, in pixels, of annotation in the image space.")] public new System.Drawing.PointF Location { get; set; }
[Description("The location, in pixels, of annotation in the image space.")] public: __property new System.Drawing.PointF get_Location(); public: __property new void set_Location(
System.Drawing.PointF value
);
[Description("The location, in pixels, of annotation in the image space.")] public:
new property System.Drawing.PointF Location { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }