GraphicsPath.Transform

GraphicsPath.Transform method

Applies a transform matrix to this GraphicsPath.

public void Transform(Matrix matrix)
ParameterTypeDescription
matrixMatrixA Matrix that represents the transformation to apply.

See Also