Method Translate
Translate(GridPoint2)
Translates the shape by a specified offset.
public ExplicitShape.ExplicitShape2 Translate(GridPoint2 offset)Parameters
- offsetGridPoint2
- The GridPoint2 value by which the shape should be translated. 
Returns
- ExplicitShape.ExplicitShape2
- A new ExplicitShape2 instance that is a translated version of the current shape.