PrintDocument for WinForms
ConvertUnits メソッド (Utils)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Utils クラス : ConvertUnits メソッド
変換する値。
測定のソース単位。
測定のターゲット単位。
ソース DPI( fromUnitTypeEnum.Pixelの場合に使用)。
ターゲット DPI( toUnitTypeEnum.Pixelの場合に使用)。
値を1つの測定単位から別の測定単位に変換します。
シンタックス
'宣言
 
Public Shared Function ConvertUnits( _
   ByVal value As System.Double, _
   ByVal from As UnitTypeEnum, _
   ByVal to As UnitTypeEnum, _
   ByVal fromDpi As System.Single, _
   ByVal toDpi As System.Single _
) As System.Double
'使用法
 
Dim value As System.Double
Dim from As UnitTypeEnum
Dim to As UnitTypeEnum
Dim fromDpi As System.Single
Dim toDpi As System.Single
Dim value As System.Double
 
value = Utils.ConvertUnits(value, from, to, fromDpi, toDpi)
public static System.double ConvertUnits( 
   System.double value,
   UnitTypeEnum from,
   UnitTypeEnum to,
   System.float fromDpi,
   System.float toDpi
)

パラメータ

value
変換する値。
from
測定のソース単位。
to
測定のターゲット単位。
fromDpi
ソース DPI( fromUnitTypeEnum.Pixelの場合に使用)。
toDpi
ターゲット DPI( toUnitTypeEnum.Pixelの場合に使用)。

戻り値の型

to単位に変換された value
参照

Utils クラス
Utils メンバ