Gets or sets the image pixel spacing. This property is used when implementing a reference line.
public
Point2D PixelSpacing {get; set;}
'Declaration
Public Property PixelSpacing As
Point2D
'Usage
Dim instance As
MedicalViewerCell
Dim value As
Point2D
instance.PixelSpacing = value
value = instance.PixelSpacing
public:
property
Point2D PixelSpacing {
Point2D get();
void set (
Point2D value);
}
Property Value
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.