Image.copy

Redraws the part to a new picture.

class Image
@trusted
copy
(
int Type = WithoutParallel
)
(
int x
,
int y
,
int cWidth
,)

Parameters

x int

The x-axis position.

y int

The y-axis position.

cWidth int

Width new picture.

cHeight int

Hight new picture.

Meta