Skip to main content

TcxRegion.Offset(Integer,Integer) Method

Moves the region horizontally and/or vertically.

Declaration

procedure Offset(DX: Integer; DY: Integer); overload;

Parameters

Name Type
DX Integer
DY Integer

Remarks

Call either of the overloaded procedure variants to move the region. The first variant accepts both the horizontal and vertical offsets (in pixels) as a TPoint value while the second variant accepts these offsets as the DX and DY parameters.

See Also