Offset Method (ImGearRectangle)
Shifts the rectangle points by the specified shiftX
and shiftY
values.
public void Offset(
int ,
int
)
public: void Offset(
int ,
int
)
public:
void Offset(
int ,
int
)
Parameters
- offsetX
- The X shift value.
- offsetY
- The Y shift value.