C# Класс System.Drawing.Toolkit.ToolkitGraphicsImageBase

Наследование: System.Drawing.Toolkit.ToolkitGraphicsBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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