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


C1.Document アセンブリ > C1.Interop 名前空間 > Rect 構造体 > 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 Rect.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As System.Boolean
'使用法
 
Dim instance As Rect
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 Rect structure, false otherwise.
参照

参照

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