'Declaration Public Overrides Function ImagePlane( _ ByVal Frame1 As Integer _ ) As Nullable(Of Plane3D)
'Usage Dim instance As DicomImageFusion Dim Frame1 As Integer Dim value As Nullable(Of Plane3D) value = instance.ImagePlane(Frame1)
public override Nullable<Plane3D> ImagePlane( int Frame1 )
public: Nullable<Plane3D> ImagePlane( int Frame1 ) override
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.