public final class BarCodeRegion
extends java.lang.Object
Represents the com.aspose.barcode's region
Draw edges of the com.aspose.barcode region, then fill it.
Modifier and Type | Method and Description |
---|---|
void |
drawBarCodeEdges(Graphics g,
Pen pen)
Draws the bar code edges.
|
void |
fillBarCodeRegion(Graphics g,
Brush brush)
Fills the bar code region.
|
Point[] |
getPoints()
Gets the points of the region.
|
public void drawBarCodeEdges(Graphics g, Pen pen)
Draws the bar code edges.
g
- The graphics.pen
- The pen.public void fillBarCodeRegion(Graphics g, Brush brush)
Fills the bar code region.
g
- The graphics.brush
- The brush.public Point[] getPoints()
Gets the points of the region.