Transform

ObjectWithBounds.Transform method

Applies the specified transformation to the shape.

public abstract void Transform(Matrix transform)
ParameterTypeDescription
transformMatrixThe transformation to apply.

See Also