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