Table of Contents

Constructor Range

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

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

startPoint Point

Start of Range area.

endPoint Point

End of Range area.

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)

Parameters

x1 int

X-coordinate of the start of Range area.

y1 int

Y-coordinate of the start of Range area.

x2 int

X-coordinate of the end of Range area.

y2 int

Y-coordinate of the end of Range area.