Method NotEmptyAndContains
NotEmptyAndContains(double, double)
Gets whether rectangle is not empty and contains the specified point.
public readonly bool NotEmptyAndContains(double x, double y)
Parameters
Returns
NotEmptyAndContains(PointD)
Gets whether rectangle is not empty and contains the specified point.
public readonly bool NotEmptyAndContains(PointD pt)
Parameters
pt
PointDPoint to test.