[]
        
(Showing Draft Content)

C1.Framework.Element.Offset

Offset Method

Offset(int, int)

Adjusts the location of this element by the specified amount.

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

Offset in the horizontal direction.

int y

Offset in the vertical direction.