SetViewPlane(Plane,Boolean,Single) Method
In This Topic
Set the view plane for the image, to one of 3 pre-defined views, with optional reset of centre and zoom
Syntax
'Declaration
Public Overloads Sub SetViewPlane( _
ByVal As Plane, _
ByVal As System.Boolean, _
ByVal As System.Single _
)
'Usage
Dim instance As DicomImage3D
Dim Plane As Plane
Dim Recentre As System.Boolean
Dim Zoom As System.Single
instance.SetViewPlane(Plane, Recentre, Zoom)
public void SetViewPlane(
Plane ,
System.bool ,
System.float
)
public procedure SetViewPlane(
: Plane;
: System.Boolean;
: System.Single
);
public function SetViewPlane(
: Plane,
: System.boolean,
: System.float
);
public: void SetViewPlane(
Plane ,
System.bool ,
System.float
)
public:
void SetViewPlane(
Plane ,
System.bool ,
System.float
)
Parameters
- Plane
- Controls whether the view is set to axial, sagital, coronal, or left unchanged
- Recentre
- Controls whether to recentre the view to point to the centre of the image volume
- Zoom
- The zoom factor to use - see notes in remarks
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also