Transforms a size from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for width and height.
シンタックス
'宣言
Public Overloads Function LogicalToDeviceUnits( _
ByVal As Size _
) As Size
public Size LogicalToDeviceUnits(
Size
)
パラメータ
- value
- The size to be scaled.
戻り値の型
The scaled size.
参照