Method | Description | |
---|---|---|
AttachFrameBuffer ( |
||
Clear ( PixelFarm c ) : void | ||
ClearColorBuffer ( ) : void | ||
CreateFrameBuffer ( int w, int h ) : |
||
DetachFrameBuffer ( bool updateTextureResult = true ) : void | ||
DisableClipRect ( ) : void | ||
Dispose ( ) : void | ||
DrawFrameBuffer ( |
||
DrawGfxPath ( Drawing color, |
||
DrawImage ( |
||
DrawImage ( |
||
DrawImage ( |
||
DrawImage ( |
||
DrawImageWithBlurX ( |
||
DrawImageWithBlurY ( |
||
DrawImageWithConv3x3 ( |
||
DrawImageWithMsdf ( |
||
DrawImageWithMsdf ( |
||
DrawImageWithSdf ( |
||
DrawImageWithSubPixelRenderingMsdf ( |
||
DrawImageWithSubPixelRenderingMsdf ( |
||
DrawImageWithWhiteTransparent ( |
||
DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
DrawRect ( float x, float y, float w, float h ) : void | ||
DrawRenderVx ( Drawing color, Drawing renderVx ) : void | ||
DrawSubImage ( |
||
DrawSubImage ( |
||
DrawSubImageWithMsdf ( |
||
DrawSubImageWithMsdf ( |
||
DrawSubImageWithMsdf ( |
||
EnableClipRect ( ) : void | ||
FillGfxPath ( Drawing color, |
||
FillRenderVx ( Drawing brush, Drawing renderVx ) : void | ||
FillTriangleFan ( Drawing color, float coords, int n ) : void | ||
FillTriangleStrip ( Drawing color, float coords, int n ) : void | ||
SetCanvasOrigin ( int x, int y ) : void | ||
SetClipRect ( int x, int y, int w, int h ) : void |
Method | Description | |
---|---|---|
CanvasGL2d ( int canvasW, int canvasH ) : System | ||
CreatePolyLineRectCoords ( float x, float y, float w, float h ) : float[] |
public AttachFrameBuffer ( |
||
frameBuffer | ||
return | void |
public CreateFrameBuffer ( int w, int h ) : |
||
w | int | |
h | int | |
return |
public DetachFrameBuffer ( bool updateTextureResult = true ) : void | ||
updateTextureResult | bool | |
return | void |
public DrawFrameBuffer ( |
||
frameBuffer | ||
x | float | |
y | float | |
return | void |
public DrawGfxPath ( Drawing color, |
||
color | Drawing | |
igpth | ||
return | void |
public DrawImage ( |
||
bmp | ||
srcRect | Drawing | |
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public DrawImage ( |
||
bmp | ||
x | float | |
y | float | |
return | void |
public DrawImage ( |
||
bmp | ||
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public DrawImage ( |
||
bmp | ||
x | float | |
y | float | |
return | void |
public DrawImageWithBlurX ( |
||
bmp | ||
x | float | |
y | float | |
return | void |
public DrawImageWithBlurY ( |
||
bmp | ||
x | float | |
y | float | |
return | void |
public DrawImageWithConv3x3 ( |
||
bmp | ||
kernel3x3 | float | |
x | float | |
y | float | |
return | void |
public DrawImageWithMsdf ( |
||
bmp | ||
x | float | |
y | float | |
return | void |
public DrawImageWithMsdf ( |
||
bmp | ||
x | float | |
y | float | |
scale | float | |
return | void |
public DrawImageWithSdf ( |
||
bmp | ||
x | float | |
y | float | |
scale | float | |
return | void |
public DrawImageWithSubPixelRenderingMsdf ( |
||
bmp | ||
x | float | |
y | float | |
return | void |
public DrawImageWithSubPixelRenderingMsdf ( |
||
bmp | ||
x | float | |
y | float | |
scale | float | |
return | void |
public DrawImageWithWhiteTransparent ( |
||
bmp | ||
x | float | |
y | float | |
return | void |
public DrawLine ( float x1, float y1, float x2, float y2 ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public DrawRect ( float x, float y, float w, float h ) : void | ||
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public DrawRenderVx ( Drawing color, Drawing renderVx ) : void | ||
color | Drawing | |
renderVx | Drawing | |
return | void |
public DrawSubImage ( |
||
bmp | ||
r | PixelFarm | |
targetLeft | float | |
targetTop | float | |
return | void |
public DrawSubImage ( |
||
bmp | ||
srcLeft | float | |
srcTop | float | |
srcW | float | |
srcH | float | |
targetLeft | float | |
targetTop | float | |
return | void |
public DrawSubImageWithMsdf ( |
||
bmp | ||
r | PixelFarm | |
targetLeft | float | |
targetTop | float | |
return | void |
public DrawSubImageWithMsdf ( |
||
bmp | ||
r | PixelFarm | |
targetLeft | float | |
targetTop | float | |
scale | float | |
return | void |
public DrawSubImageWithMsdf ( |
||
bmp | ||
coords | float | |
scale | float | |
return | void |
public FillGfxPath ( Drawing color, |
||
color | Drawing | |
igpth | ||
return | void |
public FillRenderVx ( Drawing brush, Drawing renderVx ) : void | ||
brush | Drawing | |
renderVx | Drawing | |
return | void |
public FillTriangleFan ( Drawing color, float coords, int n ) : void | ||
color | Drawing | |
coords | float | |
n | int | |
return | void |
public FillTriangleStrip ( Drawing color, float coords, int n ) : void | ||
color | Drawing | |
coords | float | |
n | int | |
return | void |
public SetCanvasOrigin ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public SetClipRect ( int x, int y, int w, int h ) : void | ||
x | int | |
y | int | |
w | int | |
h | int | |
return | void |