Method PixelToDip
PixelToDip(float?)
Converts this rectangle to rectangle with device-independent units using the specified scale factor.
public readonly RectD PixelToDip(float? scaleFactor = null)
Parameters
scaleFactorfloat?Scale factor. Optional. If not specified, the default scale factor is used for the conversion.