IRange Interface
Definition
Namespace: Alternet.Common
Assembly: Alternet.Common.v9.dll
Represents an pair of two points that defines a scope in a two-dimensional plane.
Syntax
public interface IRange : ICloneable
Properties
EndPoint | When implemented by a class, gets or sets end of |
IsEmpty | When implemented by a class, gets boolean value indicating whether |
Size | When implemented by a class, gets or sets size of |
StartPoint | When implemented by a class, gets or sets begin of |
Methods
Assign(IRange) | Copies contents from another |