Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxRegion.Offset(Integer,Integer) Method

Moves the region horizontally and/or vertically.

#Declaration

Delphi
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