C# Class System.Drawing.Toolkit.ToolkitGraphicsImageBase

Inheritance: System.Drawing.Toolkit.ToolkitGraphicsBase
Mostra file Open project: ForNeVeR/pnet

Protected Properties

Property Type Description
image ToolkitImageBase
selectedBrush IToolkitBrush
selectedFont IToolkitFont

Public Methods

Method Description
DrawImage ( IToolkitImage image, int x, int y ) : void
DrawLine ( int x1, int y1, int x2, int y2 ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ToolkitGraphicsImageBase ( IToolkit toolkit, IToolkitImage image ) : System.Drawing

Private Methods

Method Description
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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DrawImage() public method

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

DrawLine() public method

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

ToolkitGraphicsImageBase() protected method

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

Property Details

image protected_oe property

protected ToolkitImageBase image
return ToolkitImageBase

selectedBrush protected_oe property

protected IToolkitBrush selectedBrush
return IToolkitBrush

selectedFont protected_oe property

protected IToolkitFont selectedFont
return IToolkitFont