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