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