バージョン

DeviceUnitLength コンストラクタ(Double,DeviceUnitType)

新しい DeviceUnitLength を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal value As Double, _
   ByVal type As DeviceUnitType _
)
public DeviceUnitLength( 
   double value,
   DeviceUnitType type
)

パラメータ

value
DeviceUnitLength の数値。
type
DeviceUnitLength インスタンスが表す長さのタイプ。
参照