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