public Path TransformScale(
Vector2 scale
)Public Function TransformScale (
scale As Vector2
) As Pathpublic:
Path^ TransformScale(
Vector2 scale
)member TransformScale :
scale : 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.