CurrentPixelScale Method (DicomImage3D)
'Declaration
Public Function CurrentPixelScale( _
ByVal As Size _
) As SizeF
'Usage
Dim instance As DicomImage3D
Dim DisplaySize As Size
Dim value As SizeF
value = instance.CurrentPixelScale(DisplaySize)
Parameters
- DisplaySize
- Size of current display area
Return Value
Size per pixel in mm (X and Y may differ)
Target Platforms: .NET CLR 4.0 or higher