public Path TransformTranslation(
Vector2 offset
)Public Function TransformTranslation (
offset As Vector2
) As Pathpublic:
Path^ TransformTranslation(
Vector2 offset
)member TransformTranslation :
offset : Vector2 -> Path This method affects the items that are added after calling this method only. To transform the already added items use the TransformAdded method instead.