[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Appearance")] [Description("A start line point of annotation, in default user space.")] public System.Drawing.PointF StartPoint { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Appearance")] [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
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Appearance")] [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); }
'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)> <CategoryAttribute("Appearance")> <DescriptionAttribute("A start line point of annotation, in default user space.")> Public Property StartPoint As System.Drawing.PointF