DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Spacing Method / Spacing() Method



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

    Return Value

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

    Target Platforms: .NET CLR 4.0 or higher

    See Also