SoVRDicomDataGetImagePosition Method |
Returns the position of the first frame's top left voxel center in the patient space.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetImagePosition()
Public Function GetImagePosition As SbVec3f
public:
SbVec3f GetImagePosition()
member GetImagePosition : unit -> SbVec3f
Return Value
Type:
SbVec3fRemarks This correspond to Dicom tag ImagePositionPatient (0020, 0032) of image stack first slice.
See Also