ImagePlane Method (DicomImageFusion)
public override System.Nullable<Plane3D> ImagePlane(
System.int
)
public function ImagePlane(
: System.Integer
): System.Nullable; override;
public override function ImagePlane(
: System.int
) : System.Nullable;
public: System.Nullable<Plane3D> ImagePlane(
System.int
) override
public:
System.Nullable<Plane3D> ImagePlane(
System.int
) override
'Declaration
Public Overrides Function ImagePlane( _
ByVal As System.Integer _
) As System.Nullable(Of Plane3D)
'Usage
Dim instance As DicomImageFusion
Dim Frame1 As System.Integer
Dim value As System.Nullable(Of Plane3D)
value = instance.ImagePlane(Frame1)
Parameters
- Frame1
Return Value
The plane of the image in 3D space, or null if not applicable to this image.
For fusion images, this is the plane of the first image in the collection.
Target Platforms: .NET CLR 4.8 or higher