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