DicomObjects.NET.V8
DicomObjects Namespace / DicomImageCurvedMPR Class / CurrentPixelScale Method
Size of current display area



In This Topic
    CurrentPixelScale Method (DicomImageCurvedMPR)
    In This Topic
    Current Pixel Size
    Syntax
    'Declaration
     
    Public Function CurrentPixelScale( _
       ByVal DisplaySize As Size _
    ) As SizeF
    'Usage
     
    Dim instance As DicomImageCurvedMPR
    Dim DisplaySize As Size
    Dim value As SizeF
     
    value = instance.CurrentPixelScale(DisplaySize)
    public SizeF CurrentPixelScale( 
       Size DisplaySize
    )
    public:
    SizeF CurrentPixelScale( 
       Size DisplaySize
    ) 

    Parameters

    DisplaySize
    Size of current display area

    Return Value

    Size per pixel in mm (X and Y may differ)
    Remarks
    The DicomImage.DisplaySize method may be used to obtain the correct value of DisplaySize
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also