'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)> <CategoryAttribute("Dicom")> <DescriptionAttribute("The rotation point in coordinate space of annotation.")> Public Property RotationPoint As System.Drawing.PointF
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Dicom")] [Description("The rotation point in coordinate space of annotation.")] public System.Drawing.PointF RotationPoint { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Dicom")] [Description("The rotation point in coordinate space of annotation.")] public: __property System.Drawing.PointF get_RotationPoint(); public: __property void set_RotationPoint(
System.Drawing.PointF value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)] [Category("Dicom")] [Description("The rotation point in coordinate space of annotation.")] public:
property System.Drawing.PointF RotationPoint { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }
Property Value
Значение по умолчанию - PointF.Empty.