'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)> Public Property EndPoint As System.Drawing.PointF
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] public System.Drawing.PointF EndPoint { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] public: __property System.Drawing.PointF get_EndPoint(); public: __property void set_EndPoint(
System.Drawing.PointF value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] public:
property System.Drawing.PointF EndPoint { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }