'宣言 Public Overloads Function Zoom( _ ByVal currentValue As System.Single _ ) As System.Single
public System.float Zoom( System.float currentValue )
パラメータ
- currentValue
- 現在の値。
戻り値の型
ズーム後の値を表す System.Single 値。
'宣言 Public Overloads Function Zoom( _ ByVal currentValue As System.Single _ ) As System.Single
public System.float Zoom( System.float currentValue )