IBarGraphics Interface |
Namespace: Atalasoft.Barcoding.Writing
The IBarGraphics type exposes the following members.
| Name | Description | |
|---|---|---|
| DrawString(String, Font, Brush, Rectangle, StringFormat) |
Draws the string.
| |
| DrawString(String, Font, Brush, RectangleF, StringFormat) |
Draws a string.
| |
| FillRectangle |
Fills the rectangle.
| |
| MeasureString |
Measures the string.
| |
| Restore |
Restores the specified GraphicsState.
| |
| RotateTransform |
Use a rotate transform to rotate the render canvas.
| |
| Save |
Saves the instance of GraphicsState.
| |
| TranslateTransform |
Use a translate transform to move the render point
|