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
Overloads Sub SetViewPlane( _
ByVal As Plane, _
ByVal As System.Boolean, _
ByVal As System.Single _
)
'Usage
Dim instance As IProjection
Dim Plane As Plane
Dim Recentre As System.Boolean
Dim Zoom As System.Single
instance.SetViewPlane(Plane, Recentre, Zoom)
void SetViewPlane(
Plane ,
System.bool ,
System.float
)
procedure SetViewPlane(
: Plane;
: System.Boolean;
: System.Single
);
function SetViewPlane(
: Plane,
: System.boolean,
: System.float
);
void SetViewPlane(
Plane ,
System.bool ,
System.float
)
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