DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / Spacing Method / Spacing() Method



In This Topic
    Spacing() Method
    In This Topic
    The pixel spacing of the DicomImage
    Syntax
    'Declaration
     
    
    Public Overloads Function Spacing() As SkiaSharp.SKSize
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As SkiaSharp.SKSize
     
    value = instance.Spacing()
    public SkiaSharp.SKSize Spacing()
    public:
    SkiaSharp.SKSize Spacing(); 

    Return Value

    The pixel spacing of the image
    Remarks
    The pixel size in mm.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also