C# Class com.codename1.impl.WindowsAsyncView.AsyncGraphics

Inheritance: WindowsGraphics
Mostrar archivo Open project: Pmovil/CN1WindowsPort

Public Methods

Method Description
AsyncGraphics ( Microsoft.Graphics.Canvas.CanvasDrawingSession graphics ) : System
getInternal ( ) : WindowsGraphics

Private Methods

Method Description
clear ( ) : void
drawArc ( int x, int y, int w, int h, int startAngle, int arcAngle ) : void
drawImage ( Microsoft.Graphics.Canvas.CanvasBitmap canvasBitmap, int x, int y ) : void
drawImage ( Microsoft.Graphics.Canvas.CanvasBitmap canvasBitmap, int x, int y, int w, int h ) : void
drawLine ( int x1, int y1, int x2, int y2 ) : void
drawRect ( int x, int y, int w, int h, int stroke ) : void
drawRoundRect ( int x, int y, int w, int h, int arcW, int arcH ) : void
drawString ( string str, int x, int y ) : void
fillArc ( int x, int y, int w, int h, int startAngle, int arcAngle ) : void
fillLinearGradient ( int startColor, int endColor, int x, int y, int width, int height, bool horizontal ) : void
fillPolygon ( int p1, int p2 ) : void
fillRadialGradient ( int startColor, int endColor, int x, int y, int width, int height ) : void
fillRect ( int x, int y, int w, int h ) : void
fillRoundRect ( int x, int y, int w, int h, int arcW, int arcH ) : void
getAlpha ( ) : int
getColor ( ) : int
getFont ( ) : Microsoft.Graphics.Canvas.Text.CanvasTextFormat
setAlpha ( int alpha ) : void
setClip ( com.codename1.ui.geom.Rectangle clip ) : void
setColor ( int color ) : void
setFont ( Microsoft font ) : void
tileImage ( Microsoft.Graphics.Canvas.CanvasBitmap canvasBitmap, int x, int y, int w, int h ) : void

Method Details

AsyncGraphics() public method

public AsyncGraphics ( Microsoft.Graphics.Canvas.CanvasDrawingSession graphics ) : System
graphics Microsoft.Graphics.Canvas.CanvasDrawingSession
return System

getInternal() public method

public getInternal ( ) : WindowsGraphics
return WindowsGraphics