C#
VB
C++
Gets or sets the image pixel spacing. This property is used when implementing a reference line.
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 );
}
A Point2D value that represents the image pixel spacing. This property is used when implementing the reference line. This value can be retrieved from the DicomDataSet.
For an example, refer to MedicalViewerReferenceLineProperties
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