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