SetViewPlane(Point3D,Vector3D,Vector3D,Single) Method
In This Topic
Set the view plane for the image, based on centre of the plane, the direction of view, and the "Up" direction.
Syntax
'Declaration
Public Overloads Sub SetViewPlane( _
ByVal As Point3D, _
ByVal As Vector3D, _
ByVal As Vector3D, _
ByVal As Single _
)
'Usage
Dim instance As DicomImageFusion
Dim Centre As Point3D
Dim Normal As Vector3D
Dim Up As Vector3D
Dim Zoom As Single
instance.SetViewPlane(Centre, Normal, Up, Zoom)
public void SetViewPlane(
Point3D ,
Vector3D ,
Vector3D ,
float
)
public:
void SetViewPlane(
Point3D ,
Vector3D ,
Vector3D ,
float
)
Parameters
- Centre
- The coordinates of the centre of the plane
- Normal
- A vector defining the direction of view
- Up
- The direction to be "up" in the resulting view.
- Zoom
- The zoom factor to use - see notes in remarks
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also