Name | Description | |
---|---|---|
![]() | DrawArc | Draw arc (ellipse segment) with current stroke attributes. |
![]() | DrawDonutSegment | Draw donut segment with current stroke and fill. |
![]() | DrawEllipse | Draw ellipse with current 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. |
![]() | DrawPath | Draws a path defined by points and types and fill. |
![]() | DrawPieSegment | Draw pie segment with current stroke and fill. |
![]() | DrawPolygon | Draw polygon with current stroke and/or fill. |
![]() | DrawRect | Draw rectangle with current stroke and fill. |
![]() | DrawRoundRect | Draw round rectangle with current stroke and fill. |
![]() | DrawString | Overloaded. Draw string at specified position. |
![]() | MeasureString | Measures size of string in layout area. |
![]() | PopClip | Pop the clip rectangle. |
![]() | PopTransform | Pop the transform matrix for drawing. |
![]() | PushClipPath | Push the clip path defined by points and types. |
![]() | PushClipRect | Push the clip rectangle. |
![]() | PushTransform | Push the transform matrix for drawing. |
![]() | SetFill | Sets the fill brush. |
![]() | SetFont | Sets the font. |
![]() | SetOpacity | Changes the opacity of drawing and filling. |
![]() | SetStroke | Sets the current stroke brush. |
![]() | SetStrokePattern | Sets the stroke pattern. |
![]() | SetStrokeThickness | Sets the stroke thickness. |