C# 클래스 System.Drawing.Toolkit.ToolkitGraphicsImageBase

상속: System.Drawing.Toolkit.ToolkitGraphicsBase
파일 보기 프로젝트 열기: ForNeVeR/pnet

보호된 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DrawImage() 공개 메소드

public DrawImage ( IToolkitImage image, int x, int y ) : void
image IToolkitImage
x int
y int
리턴 void

DrawLine() 공개 메소드

public DrawLine ( int x1, int y1, int x2, int y2 ) : void
x1 int
y1 int
x2 int
y2 int
리턴 void

ToolkitGraphicsImageBase() 보호된 메소드

protected ToolkitGraphicsImageBase ( IToolkit toolkit, IToolkitImage image ) : System.Drawing
toolkit IToolkit
image IToolkitImage
리턴 System.Drawing

프로퍼티 상세

image 보호되어 있는 프로퍼티

protected ToolkitImageBase image
리턴 ToolkitImageBase

selectedBrush 보호되어 있는 프로퍼티

protected IToolkitBrush selectedBrush
리턴 IToolkitBrush

selectedFont 보호되어 있는 프로퍼티

protected IToolkitFont selectedFont
리턴 IToolkitFont