Coord

The operation of traversing a rectangle.

@safe
Coord
(
int Type = WithoutParallel
)
(
uint width
,
uint height
,
int beginX = 0
,
int beginY = 0
)

Parameters

Type

Type operation.

width uint

Width rectangle.

height uint

Height rectangle.

beginX int

Begin x-axis position.

beginY int

Begin y-axis position.

Meta