[]
        
(Showing Draft Content)

C1.Framework.ElementList.Offset

Offset Method

Offset(int, int)

Adjusts the location of all Element objects in the list by the specified amount.

Declaration
public void Offset(int x, int y)
Parameters
Type Name Description
int x

Horizontal offset in pixels.

int y

Vertical offset in pixels.

Offset(int, int, int, int)

Adjusts the location of some Element objects in the list by the specified amount.

Declaration
public void Offset(int x, int y, int first, int count)
Parameters
Type Name Description
int x

Horizontal offset in pixels.

int y

Vertical offset in pixels.

int first

Index of the first Element to be offset.

int count

Number of elements to offset.