XpsMatrix.Transform

XpsMatrix.Transform method

Applies the affine transformation represented by this Matrix to a specified rectangle.

public RectangleF Transform(RectangleF rect)
ParameterTypeDescription
rectRectangleFThe rectangle.

Return Value

Transformed rectangle

See Also