Rectangle.IsPoint

Rectangle.IsPoint property

Checks if rectangle is point i.e. LLX is equal URX and LLY is equal URY.

public bool IsPoint { get; }

See Also