Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / IodElement Class / GetPixelSpacing Method

In This Topic
    GetPixelSpacing Method
    In This Topic
    Gets the "Pixel Spacing" attribute (0028,0030)
    Syntax
    'Declaration
     
    Public Sub GetPixelSpacing( _
       ByRef rowSpace As Single, _
       ByRef columnSpace As Single _
    ) 
    public void GetPixelSpacing( 
       out float rowSpace,
       out float columnSpace
    )

    Parameters

    rowSpace
    columnSpace
    See Also