Interface IRange
Represents an pair of two points that defines a scope in a two-dimensional plane.
public interface IRange : ICloneable
Properties
- EndPoint
When implemented by a class, gets or sets end of
IRange
area.
- IsEmpty
When implemented by a class, gets boolean value indicating whether
IRange
has zero size.
- Size
When implemented by a class, gets or sets size of
IRange
area.
- StartPoint
When implemented by a class, gets or sets begin of
IRange
area.
Methods
- Assign(IRange)
Copies contents from another
IRange
object.