DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / ImagePlane Method
The frame number (not used for 3D).



In This Topic
    ImagePlane Method (DicomImage3D)
    In This Topic
    Gets the current image plane for the 3D view.
    Syntax
    'Declaration
     
    
    Public Overrides Function ImagePlane( _
       ByVal Frame1 As Integer _
    ) As Plane3D
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Frame1 As Integer
    Dim value As Plane3D
     
    value = instance.ImagePlane(Frame1)
    public override Plane3D ImagePlane( 
       int Frame1
    )
    public:
    Plane3D ImagePlane( 
       int Frame1
    ) override 

    Parameters

    Frame1
    The frame number (not used for 3D).

    Return Value

    The 3D plane representing the current view.
    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