C# 클래스 com.codename1.impl.WindowsAsyncView.AsyncGraphics

상속: WindowsGraphics
파일 보기 프로젝트 열기: Pmovil/CN1WindowsPort

공개 메소드들

메소드 설명
AsyncGraphics ( Microsoft.Graphics.Canvas.CanvasDrawingSession graphics ) : System
getInternal ( ) : WindowsGraphics

비공개 메소드들

메소드 설명
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

메소드 상세

AsyncGraphics() 공개 메소드

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

getInternal() 공개 메소드

public getInternal ( ) : WindowsGraphics
리턴 WindowsGraphics