'Declaration Public Overrides Function RasterizeBarcodePath( _
ByVal bitmapWidthШирина растрового изображения.As Integer, _
ByVal bitmapHeightВысота растрового изображения.As Integer, _
ByVal barcodePathПуть штрих-кода.As Vintasoft.Barcode.BarcodePathData, _
ByVal backColorЦвет фона.As Vintasoft.Primitives.VintasoftColor, _
ByVal pathColorTh цвет пути.As Vintasoft.Primitives.VintasoftColor, _
ByVal xX-координата пути на растровом изображении.As Single, _
ByVal yY-координата пути на растровом изображении.As Single, _
ByVal scaleXМасштаб пути по оси X.As Single, _
ByVal scaleYМасштаб пути по оси Y.As Single, _
ByVal antialiasЗначение, указывающее, следует ли использовать сглаженный рендеринг.As Boolean _
) As Vintasoft.Imaging.VintasoftBitmap
public override Vintasoft.Imaging.VintasoftBitmap RasterizeBarcodePath(
int bitmapWidth,
int bitmapHeight,
Vintasoft.Barcode.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,
Vintasoft.Barcode.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,
Vintasoft.Barcode.BarcodePathData^ barcodePath,
Vintasoft.Primitives.VintasoftColor backColor,
Vintasoft.Primitives.VintasoftColor pathColor,
float x,
float y,
float scaleX,
float scaleY,
bool antialias
); override
Parameters
- bitmapWidth
- Ширина растрового изображения.
- bitmapHeight
- Высота растрового изображения.
- barcodePath
- Путь штрих-кода.
- backColor
- Цвет фона.
- pathColor
- Th цвет пути.
- x
- X-координата пути на растровом изображении.
- y
- Y-координата пути на растровом изображении.
- scaleX
- Масштаб пути по оси X.
- scaleY
- Масштаб пути по оси Y.
- antialias
- Значение, указывающее, следует ли использовать сглаженный рендеринг.
Return Value
Новый экземпляр VintasoftBitmap, который содержит растеризованный путь.