VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class / DisplayedAreaTopLeftCorner Property
Syntax Requirements SeeAlso
In This Topic
    DisplayedAreaTopLeftCorner Property (DicomDisplayedArea)
    In This Topic
    Gets the top-left pixel in the referenced image to be displayed.
    Syntax
    '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; }
    
    
    [Category("Dicom")]
    [Description("The top-left pixel in the referenced image to be displayed.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public: __property System.Drawing.PointF get_DisplayedAreaTopLeftCorner();
    
    
    
    [Category("Dicom")]
    [Description("The top-left pixel in the referenced image to be displayed.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
    public:
    property System.Drawing.PointF DisplayedAreaTopLeftCorner { System.Drawing.PointF get(); }

    Property Value

    Default value is PointF.Empty.
    Requirements

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

    See Also