Gets or sets the distance length in millimeters between two successive pixels in both the horizontal and the vertical directions.
public Point2D PixelSpacing { get; set; }
Public Property PixelSpacing As Leadtools.Medicalviewer.Point2D
public:
property Leadtools.Medicalviewer.Point2D PixelSpacing {
Leadtools.Medicalviewer.Point2D get();
void set ( Leadtools.Medicalviewer.Point2D );
}
The distance between two successive pixels.
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.
For an example, refer to Medical3DContainer.Objects.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET