FlexReport for WinForms
Contains(Point) メソッド


C1.Document.4.6.2 アセンブリ > C1.Interop 名前空間 > Rect 構造体 > Contains メソッド : Contains(Point) メソッド
The Point to test.
Tests whether the specified point is contained within the current Rect.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal pt As Point _
) As System.Boolean
'使用法
 
Dim instance As Rect
Dim pt As Point
Dim value As System.Boolean
 
value = instance.Contains(pt)
public System.bool Contains( 
   Point pt
)

パラメータ

pt
The Point to test.

戻り値の型

true if pt is contained within the current Rect structure, false otherwise.
参照

参照

Rect 構造体
Rect メンバ
オーバーロード一覧