VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomCompoundAnnotationDataBase Class / RotationPoint Property
Синтаксис Требования Смотрите также
В этом разделе
    RotationPoint Свойство (DicomCompoundAnnotationDataBase)
    В этом разделе
    Возвращает или задает точку поворота в системе координат аннотации DICOM.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The rotation point in coordinate system of DICOM annotation.")>
    <CategoryAttribute("Dicom")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
    Public Property RotationPoint As System.Drawing.PointF
    
    
    [Description("The rotation point in coordinate system of DICOM annotation.")]
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public System.Drawing.PointF RotationPoint { get; set; }
    
    
    [Description("The rotation point in coordinate system of DICOM annotation.")]
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public: __property System.Drawing.PointF get_RotationPoint();
    public: __property void set_RotationPoint(
    System.Drawing.PointF value
    );
    [Description("The rotation point in coordinate system of DICOM annotation.")]
    [Category("Dicom")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public:
    property System.Drawing.PointF RotationPoint { System.Drawing.PointF get(); void set(System.Drawing.PointF value); }

    Property Value

    Значение по умолчанию - PointF.Empty.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также