Click or drag to resize

IBarGraphics Interface

An interface for integrating custom drawing of barcodes other than the System.Windows.Graphics object.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IBarGraphics

The IBarGraphics type exposes the following members.

Properties
  NameDescription
Public propertyDpiX
Gets the dpi in the X direction.
Public propertyDpiY
Gets the dpi in the Y direction.
Top
Methods
  NameDescription
Public methodDrawString(String, Font, Brush, Rectangle, StringFormat)
Draws the string.
Public methodDrawString(String, Font, Brush, RectangleF, StringFormat)
Draws a string.
Public methodFillRectangle
Fills the rectangle.
Public methodMeasureString
Measures the string.
Public methodRestore
Restores the specified GraphicsState.
Public methodRotateTransform
Use a rotate transform to rotate the render canvas.
Public methodSave
Saves the instance of GraphicsState.
Public methodTranslateTransform
Use a translate transform to move the render point
Top
See Also