Name | Description | |
---|---|---|
BeginDraw | Begin draw. | |
DrawDonutSegment | Draws donut segment at specified point. | |
DrawEllipse | Draw ellipse with currect stroke and fill. | |
DrawImage | Draw image using special source. | |
DrawLine | Draw line between two points using current stroke attributes. | |
DrawLines | Draw lines using specified coordinates. | |
DrawPieSegment | Draws pie segment at specified point. | |
DrawPolygon | Draw polygon with currect stroke and fill. | |
DrawRect | Draw rectangle with currect stroke and fill. | |
DrawString | Overloaded. Draw string at specified position. | |
DrawStringRotated | Draw rotated string at specified position. | |
EndDraw | End draw. | |
MeasureString | Overloaded. Measures size of string. | |
SetCanvas | Set the canvas object surface to render. | |
SetClipRect | Sets clip rectangle. | |
SetFill | Sets the fill brush. | |
SetFont | Sets the font. | |
SetOpacity | Changes the brush opacity. | |
SetStroke | Sets the current stroke brush. | |
SetStrokePattern | Sets the stroke pattern. | |
SetStrokeThickness | Sets the stroke thickness. | |
Unload | Unload objects. | |
UpdateSize | Update the canvas size. |