IMatrix.Transform

IMatrix.Transform method

Transforms the specified rectangle using this matrix.

public RectangleF Transform(RectangleF rect)
ParameterTypeDescription
rectRectangleFThe rectangle to transform.

Return Value

The transformed rectangle.

See Also