다음을 통해 공유


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

반환

적용 대상