Méthode |
Description |
|
Blit ( double x, double y ) : void |
|
|
BlitImage ( int x, int y, ImageInstance instance ) : void |
|
|
BlitMaskSurface ( SurfaceInstance surf, int ox, int oy, ColorInstance mask ) : void |
|
|
BlitSurface ( SurfaceInstance surf, int x, int y ) : void |
|
|
Clone ( ) : SurfaceInstance |
|
|
CloneSection ( int ox, int oy, int w, int h ) : SurfaceInstance |
|
|
ColorBlend ( System.Color &source, System.Color &dest, System.Color &out_c ) : void |
|
|
CreateImage ( ) : ImageInstance |
|
|
DrawImage ( byte buf, int ox, int oy, byte pixels, int width, int height ) : void |
|
|
DrawImage ( int ox, int oy, byte pixels, int width, int height ) : void |
|
|
DrawImageMask ( byte buf, int ox, int oy, byte pixels, int width, int height, int mask ) : void |
|
|
DrawText ( FontInstance font, int x, int y, string text ) : void |
|
|
FilledCircle ( int ox, int oy, int r, ColorInstance color, [ antialias = false ) : void |
|
|
FlipHorizontally ( ) : void |
|
|
FlipVertically ( ) : void |
|
|
GetPixel ( int x, int y ) : ColorInstance |
|
|
GradientLine ( int x1, int y1, int x2, int y2, ColorInstance col1, ColorInstance col2 ) : void |
|
|
GradientRectangle ( int ox, int oy, int w, int h, ColorInstance col1, ColorInstance col2, ColorInstance col3, ColorInstance col4 ) : void |
|
|
Init ( ) : void |
|
|
Line ( int x1, int y1, int x2, int y2, ColorInstance color ) : void |
|
|
LineSeries ( ArrayInstance points, ColorInstance color ) : void |
|
|
OutlinedCircle ( int ox, int oy, int r, ColorInstance color, [ antialias = false ) : void |
|
|
OutlinedRectangle ( int x, int y, int w, int h, ColorInstance color ) : void |
|
|
PointSeries ( ArrayInstance array, ColorInstance color ) : void |
|
|
Rectangle ( int ox, int oy, int w, int h, ColorInstance color ) : void |
|
|
ReplaceColor ( ColorInstance colorA, ColorInstance colorB ) : void |
|
|
Rescale ( int width, int height ) : SurfaceInstance |
|
|
Resize ( int width, int height ) : SurfaceInstance |
|
|
Rotate ( double radians, bool resize ) : void |
|
|
RotateX ( int x, int y, double rad, int m_x, int m_y ) : int |
|
|
RotateY ( int x, int y, double rad, int m_x, int m_y ) : int |
|
|
Save ( string filename ) : void |
|
|
SetAddBlend ( int x, int y, System.Color dest ) : void |
|
|
SetAlpha ( int v ) : void |
|
|
SetAlphaBlend ( int x, int y, System.Color dest ) : void |
|
|
SetBlendMode ( int mode ) : void |
|
|
SetPixel ( int x, int y, ColorInstance color ) : void |
|
|
SetSubtractBlend ( int x, int y, System.Color dest ) : void |
|
|
ToString ( ) : string |
|
|
Update ( ) : void |
|
|
WeightedBlend ( System.Color &source, System.Color &dest, double w, System.Color &out_c ) : void |
|
|