IMatrix.TransformRectangle

IMatrix.TransformRectangle method

Transforms the specified rectangle using this matrix.

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

Return Value

The transformed rectangle.

See Also