프로퍼티 | 타입 | 설명 | |
---|---|---|---|
image | ToolkitImageBase | ||
selectedBrush | IToolkitBrush | ||
selectedFont | IToolkitFont |
메소드 | 설명 | |
---|---|---|
DrawImage ( IToolkitImage image, int x, int y ) : void | ||
DrawLine ( int x1, int y1, int x2, int y2 ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ToolkitGraphicsImageBase ( IToolkit toolkit, IToolkitImage image ) : System.Drawing |
메소드 | 설명 | |
---|---|---|
Clear ( Color color ) : void | ||
DrawArc ( Array rect, float startAngle, float sweepAngle ) : void | ||
DrawGlyph ( int x, int y, Array bits, int bitsWidth, int bitsHeight, Color color ) : void | ||
DrawPie ( Array rect, float startAngle, float sweepAngle ) : void | ||
DrawPolygon ( Array points ) : void | ||
FillPie ( Array rect, float startAngle, float sweepAngle ) : void | ||
FillPolygon ( Array points, FillMode fillMode ) : void | ||
SetClipEmpty ( ) : void | ||
SetClipInfinite ( ) : void | ||
SetClipMask ( Object mask, int topx, int topy ) : void | ||
SetClipRect ( int x, int y, int width, int height ) : void | ||
SetClipRects ( Array rects ) : void | ||
SetPixelLine ( Frame frame, int x, int yPtr, int color ) : void |
public DrawImage ( IToolkitImage image, int x, int y ) : void | ||
image | IToolkitImage | |
x | int | |
y | int | |
리턴 | void |
public DrawLine ( int x1, int y1, int x2, int y2 ) : void | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
리턴 | void |
protected ToolkitGraphicsImageBase ( IToolkit toolkit, IToolkitImage image ) : System.Drawing | ||
toolkit | IToolkit | |
image | IToolkitImage | |
리턴 | System.Drawing |