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