'Declaration
Public Overrides Function ImagePlane( _ ByVal Frame1 As System.Integer _ ) As System.Nullable(Of Plane3D)
'Usage
Dim instance As DicomImage3D Dim Frame1 As System.Integer Dim value As System.Nullable(Of Plane3D) value = instance.ImagePlane(Frame1)
public override System.Nullable<Plane3D> ImagePlane( System.int Frame1 )
public function ImagePlane( Frame1: System.Integer ): System.Nullable; override;
public override function ImagePlane( Frame1 : System.int ) : System.Nullable;
public: System.Nullable<Plane3D> ImagePlane( System.int Frame1 ) override
public: System.Nullable<Plane3D> ImagePlane( System.int Frame1 ) override
Parameters
- Frame1
Return Value
The plane of the image in 3D space, or null if not applicable to this image.