Method Translate
Translate(int)
Creates a new explicit shape that is a translation of this shape.
public ExplicitShape.ExplicitShape1 Translate(int offset)
Parameters
offset
intThe offset to translate by.
Returns
- ExplicitShape.ExplicitShape1
The translated shape.