Property | Type | Description | |
---|---|---|---|
AddVertex | void | ||
CalculateAlpha | int | ||
ClosePolygon | void | ||
Edge | void | ||
RewindScanlines | bool | ||
SetClipBox | void | ||
Sort | void | ||
SweepScanline | bool | ||
upscale | int | ||
upscale | int |
Method | Description | |
---|---|---|
AddPath ( |
we do NOT store vxs
|
|
AddPath ( |
we do NOT store snap ***
|
|
GetVectorClipBox ( ) : |
||
LineTo ( double x, double y ) : void | ||
MoveTo ( double x, double y ) : void | ||
Reset ( ) : void | ||
ResetGamma ( IGammaFunction gamma_function ) : void | ||
ScanlineRasterizer ( ) | ||
SetClipBox ( int x1, int y1, int x2, int y2 ) : void |
Method | Description | |
---|---|---|
AddVertex ( VertexCmd cmd, double x, double y ) : void | ||
CalculateAlpha ( int area ) : int | ||
ClosePolygon ( ) : void | ||
Edge ( double x1, double y1, double x2, double y2 ) : void | ||
RewindScanlines ( ) : bool | ||
SetClipBox ( |
||
Sort ( ) : void | ||
SweepScanline ( |
||
upscale ( double v ) : int | ||
upscale ( int v ) : int |
public AddPath ( |
||
snap | ||
return | void |
public ResetGamma ( IGammaFunction gamma_function ) : void | ||
gamma_function | IGammaFunction | |
return | void |
public SetClipBox ( int x1, int y1, int x2, int y2 ) : void | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |