Constructor Range
Range()
Initializes a new instance of the Range
class with default settings.
public Range()
Range(Point, Point)
Initializes a new instance of the Range
class with specified parameters.
public Range(Point startPoint, Point endPoint)
Parameters
Range(int, int, int, int)
Initializes a new instance of the Range
class with specified parameters.
public Range(int x1, int y1, int x2, int y2)