次の方法で共有


RectangleD.Contains メソッド

定義

オーバーロード

Contains(PointD)
Contains(RectangleD)
Contains(Double, Double)

Contains(PointD)

public:
 bool Contains(Microsoft::ReportDesigner::PointD pt);
public bool Contains (Microsoft.ReportDesigner.PointD pt);
member this.Contains : Microsoft.ReportDesigner.PointD -> bool
Public Function Contains (pt As PointD) As Boolean

パラメーター

pt
PointD

戻り値

適用対象

Contains(RectangleD)

public:
 bool Contains(Microsoft::ReportDesigner::RectangleD rect);
public bool Contains (Microsoft.ReportDesigner.RectangleD rect);
member this.Contains : Microsoft.ReportDesigner.RectangleD -> bool
Public Function Contains (rect As RectangleD) As Boolean

パラメーター

rect
RectangleD

戻り値

適用対象

Contains(Double, Double)

public:
 bool Contains(double x, double y);
public bool Contains (double x, double y);
member this.Contains : double * double -> bool
Public Function Contains (x As Double, y As Double) As Boolean

パラメーター

x
Double
y
Double

戻り値

適用対象