public Path SetTransformation(
TransformationMatrix matrix
)
Public Function SetTransformation (
matrix As TransformationMatrix
) As Path
public:
Path^ SetTransformation(
TransformationMatrix matrix
)
member SetTransformation :
matrix : TransformationMatrix -> 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.