CalendarView for WinForms
IsVisible(Point) メソッド

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

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