DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / ImagePlane Method



In This Topic
    ImagePlane Method
    In This Topic
    The currently displayed plane of this image.
    Syntax
    'Declaration
     
    
    Public Overridable Function ImagePlane( _
       ByVal frame1 As Integer _
    ) As Plane3D
    'Usage
     
    
    Dim instance As DicomImage
    Dim frame1 As Integer
    Dim value As Plane3D
     
    value = instance.ImagePlane(frame1)
    public virtual Plane3D ImagePlane( 
       int frame1
    )
    public:
    virtual Plane3D ImagePlane( 
       int frame1
    ) 

    Parameters

    frame1

    Return Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also