DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Spacing Method / Spacing() Method






    Spacing() Method
    The pixel spacing of the DicomImage
    Syntax
    'Declaration
     
    
    Public Overloads Function Spacing() As System.Drawing.SizeF
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Drawing.SizeF
     
    value = instance.Spacing()

    Return Value

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also