VintaSoft Imaging .NET SDK 15.1: Документация для .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; }

Property Value

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

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

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