CalendarView for WinForms
IsVisible(Rectangle) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Region クラス > IsVisible メソッド : IsVisible(Rectangle) メソッド
The System.Drawing.Rectangle structure to test.
Tests whether any portion of the specified System.Drawing.Rectangle structure is contained within this Region object.
シンタックス
'宣言
 
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.
参照

Region クラス
Region メンバ
オーバーロード一覧