DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / ImagePlane Method






    ImagePlane Method (DicomImage)
    The currently displayed plane of this image.
    Syntax
    'Declaration
     
    
    Public Overridable Function ImagePlane( _
       ByVal Frame1 As System.Integer _
    ) As System.Nullable(Of Plane3D)
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim Frame1 As System.Integer
    Dim value As System.Nullable(Of Plane3D)
     
    value = instance.ImagePlane(Frame1)

    Parameters

    Frame1

    Return Value

    The plane of the image in 3D space, or null if not applicable to this image.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also