C# 클래스 com.codename1.impl.WindowsMutableGraphics

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

공개 메소드들

메소드 설명
WindowsMutableGraphics ( Microsoft canvas )

비공개 메소드들

메소드 설명
clear ( ) : void
drawArc ( int x, int y, int w, int h, int startAngle, int arcAngle ) : void
drawImage ( Microsoft canvasBitmap, int x, int y ) : void
drawImage ( Microsoft 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
isMutable ( ) : bool
setClip ( ui clip ) : void
tileImage ( Microsoft canvasBitmap, int x, int y, int w, int h ) : void

메소드 상세

WindowsMutableGraphics() 공개 메소드

public WindowsMutableGraphics ( Microsoft canvas )
canvas Microsoft