VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class / DisplayedAreaBottomRightCorner Property
Syntax Requirements SeeAlso
In This Topic
DisplayedAreaBottomRightCorner Property (DicomDisplayedArea)
In This Topic
Gets the bottom-right pixel in the referenced image to be displayed.
Syntax
'Declaration

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

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

Property Value

Default value is PointF.Empty.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also