PrintDocument for WinForms
Contains(PointD) メソッド


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

パラメータ

pt
The PointD to test.

戻り値の型

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

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