PrintDocument for WinForms
Contains(Double,Double) メソッド


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

パラメータ

x
The X coordinate of the point to test.
y
The Y coordinate of the point to test.

戻り値の型

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

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