Art.DRect.AffineTransform Method
Applies an affine transformation to the src rectangle and initializes this one with the result.

Syntax

public void AffineTransform (DRect src, double[] matrix)

Parameters

src
The source rectangle used to apply the transformation.
matrix
A double[] with 6 elements containing the transformation's matrix.

Remarks

It finds the smallest rectangle enclosing the transformed src. The result is exactly the affine transformation of src when the matrix specifies an rectilinear affine transformation. otherwise its a conservative approximation.

Requirements

Namespace: Art
Assembly: art-sharp (in art-sharp.dll)