VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class / DisplayedAreaTopLeftCorner Property
Синтаксис Требования Смотрите также
В этом разделе
DisplayedAreaTopLeftCorner Свойство (DicomDisplayedArea)
В этом разделе
Возвращает верхний левый пиксель изображения, на которое указывает ссылка, для отображения.
Синтаксис
'Declaration

<CategoryAttribute("Dicom")>
<DescriptionAttribute("The top-left pixel in the referenced image to be displayed.")>
<TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
Public ReadOnly Property DisplayedAreaTopLeftCorner As System.Drawing.PointF

[Category("Dicom")]
[Description("The top-left pixel in the referenced image to be displayed.")]
[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
public System.Drawing.PointF DisplayedAreaTopLeftCorner { get; }

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

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