Art.Affine.ToStringArray Method
Converts an affine transform into a bit of PostScript code that implements the transform.

Syntax

public static void ToStringArray (string[] str, double[] src)

Parameters

str
The resulting string.
src
The affine transform.

Remarks

Special cases of scaling, rotation, and translation are detected, and the corresponding PostScript operators used (this greatly aids understanding the output generated). The identity transform is mapped to the null string.

Requirements

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