'Declaration Public Overrides Function RasterizeBarcodePath( _
ByVal bitmapWidthWidth of rasterized bitmap.As Integer, _
ByVal bitmapHeightHeight of rasterized bitmap.As Integer, _
ByVal barcodePathThe barcode path.As BarcodePathData, _
ByVal backColorThe background color.As Vintasoft.Primitives.VintasoftColor, _
ByVal pathColorTh path color.As Vintasoft.Primitives.VintasoftColor, _
ByVal xThe X-coordinate of path on bitmap.As Single, _
ByVal yThe Y-coordinate of path on bitmap.As Single, _
ByVal scaleXPath scale at X-axis.As Single, _
ByVal scaleYPath scale at Y-axis.As Single, _
ByVal antialiasA value indicating whether antialiased rendering must be used.As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public override Vintasoft.Imaging.VintasoftBitmap RasterizeBarcodePath(
int bitmapWidth,
int bitmapHeight,
BarcodePathData barcodePath,
Vintasoft.Primitives.VintasoftColor backColor,
Vintasoft.Primitives.VintasoftColor pathColor,
float x,
float y,
float scaleX,
float scaleY,
bool antialias
)
public: Vintasoft.Imaging.VintasoftBitmap* RasterizeBarcodePath(
int bitmapWidth,
int bitmapHeight,
BarcodePathData* barcodePath,
Vintasoft.Primitives.VintasoftColor backColor,
Vintasoft.Primitives.VintasoftColor pathColor,
float x,
float y,
float scaleX,
float scaleY,
bool antialias
); override
public:
Vintasoft.Imaging.VintasoftBitmap^ RasterizeBarcodePath(
int bitmapWidth,
int bitmapHeight,
BarcodePathData^ barcodePath,
Vintasoft.Primitives.VintasoftColor backColor,
Vintasoft.Primitives.VintasoftColor pathColor,
float x,
float y,
float scaleX,
float scaleY,
bool antialias
); override
Parameters
- bitmapWidth
- Width of rasterized bitmap.
- bitmapHeight
- Height of rasterized bitmap.
- barcodePath
- The barcode path.
- backColor
- The background color.
- pathColor
- Th path color.
- x
- The X-coordinate of path on bitmap.
- y
- The Y-coordinate of path on bitmap.
- scaleX
- Path scale at X-axis.
- scaleY
- Path scale at Y-axis.
- antialias
- A value indicating whether antialiased rendering must be used.
Return Value
A new instance of VintasoftBitmap that represents rasterized path.