'宣言 Public Overloads Function Zoom( _ ByVal currentValue As System.Double _ ) As System.Double
public System.double Zoom( System.double currentValue )
パラメータ
- currentValue
- ズームする倍精度値。
戻り値の型
ズーム後の値を表す System.Double 値。
'宣言 Public Overloads Function Zoom( _ ByVal currentValue As System.Double _ ) As System.Double
public System.double Zoom( System.double currentValue )