Leadtools.Medical3D Namespace > Medical3DObject Class : PixelSpacing Property |
public Point2D PixelSpacing {get; set;}
'Declaration Public Property PixelSpacing As Point2D
'Usage Dim instance As Medical3DObject Dim value As Point2D instance.PixelSpacing = value value = instance.PixelSpacing
The Pixel Spacing term in DICOM does not represent horizontal or vertical direction. It just represents row and column for a 2D image slice. Slice orientation can be any orientation in 3D space.