Art.Global.GraySvpAa Method
Renders the Sorted Vector Path into the given byte[].

Syntax

public static byte GraySvpAa (SVP svp, int x0, int y0, int x1, int y1, int rowstride)

Parameters

svp
The given Sorted Vector Path.
x0
The left coordinate of the viewport.
y0
The top coordinate of the viewport.
x1
The right coordinate of the viewport.
y1
The bottom coordinate of the viewport.
rowstride
The row stride of the pixel buffer.

Returns

The function is void, it should get the byte[] were to render... Its a bug.

Remarks

Is only renders inside the area of the viewport.

Requirements

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