'宣言
Protected Function CheckForPrimitiveAtPoint( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
protected bool CheckForPrimitiveAtPoint(
int ,
int
)
パラメータ
- x
- プリミティブをチェックするポイントのX-座標。
- y
- プリミティブをチェックするポイントのY-座標。
戻り値の型
指定の点にプリミティブがある場合 True。それ以外は False。