'宣言 Public Overloads Function IsVisible( _ ByVal point As System.Drawing.Point _ ) As System.Boolean
public System.bool IsVisible( System.Drawing.Point point )
パラメータ
- point
- The System.Drawing.Point structure to test.
戻り値の型
This method returns true when
point
is contained within this Region object; otherwise, false.