Shifts the points coordinates by the specified coordinateX
and coordinateY
values.
Syntax
public void Offset(
int ,
int
)
public: void Offset(
int ,
int
)
public:
void Offset(
int ,
int
)
Parameters
- offsetX
- The x coordinate value.
- offsetY
- The y coordinate value.
See Also