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