'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)> <CategoryAttribute("Appearance")> <DescriptionAttribute("An end line point of annotation, in default user space.")> Public Property EndPoint As System.Drawing.PointF
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Appearance")] [Description("An end line point of annotation, in default user space.")] public System.Drawing.PointF EndPoint { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Appearance")] [Description("An end line point of annotation, in default user space.")] public: __property System.Drawing.PointF get_EndPoint(); public: __property void set_EndPoint(
System.Drawing.PointF value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Appearance")] [Description("An end line point of annotation, in default user space.")] public:
property System.Drawing.PointF EndPoint { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }