Table of Contents

Method Contains

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Contains(double, double)

Determines if the specified point is contained within the rectangular region defined by this RectD .

public readonly bool Contains(double ax, double ay)

Parameters

ax double
ay double

Returns

bool

Contains(PointD)

Determines if the specified point is contained within the rectangular region defined by this RectD .

public readonly bool Contains(PointD pt)

Parameters

pt PointD

Returns

bool

Contains(RectD)

Determines if the rectangular region represented by rect is entirely contained within the rectangular region represented by this RectD .

public readonly bool Contains(RectD rect)

Parameters

rect RectD

Returns

bool