public Path TransformTranslation(
float offsetX,
float offsetY
)Public Function TransformTranslation (
offsetX As Single,
offsetY As Single
) As Pathpublic:
Path^ TransformTranslation(
float offsetX,
float offsetY
)member TransformTranslation :
offsetX : float32 *
offsetY : float32 -> 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.