'宣言 Public Function RowContaining( _ ByVal y As System.Integer _ ) As System.Integer
public System.int RowContaining( System.int y )
パラメータ
- y
- The vertical coordinate (Y value) in pixels.
戻り値の型
The display row index beneath the specified Y coordinate.
'宣言 Public Function RowContaining( _ ByVal y As System.Integer _ ) As System.Integer
public System.int RowContaining( System.int y )