Eyeshot 10 WinForms API Reference
GetPixelSpacing Method

WinForms Assembly > devDept.Eyeshot.Dicom Namespace > IodElement Class : GetPixelSpacing Method
Gets the "Pixel Spacing" attribute (0028,0030)
Syntax
'Declaration
 
Public Sub GetPixelSpacing( _
   ByRef rowSpace As Double, _
   ByRef columnSpace As Double _
) 
public void GetPixelSpacing( 
   out double rowSpace,
   out double columnSpace
)

Parameters

rowSpace
columnSpace
See Also

Reference

IodElement Class
IodElement Members