Transform

Region.Transform method

Transforms this Region by the specified Matrix.

public void Transform(Matrix matrix)
ParameterTypeDescription
matrixMatrixThe Matrix by which to transform this Region.

Exceptions

exceptioncondition
ArgumentNullExceptionmatrix is null.

See Also