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