'Declaration Public Overloads Shared Function CreateLogo( _
ByVal barcodeImageWidthШирина изображения штрих-кода в пикселях.As Single, _
ByVal barcodeImageHeightВысота изображения штрих-кода в пикселях.As Single, _
ByVal settingsНастройки генератора штрих-кодов, которые использовались для создания изображения штрих-кода.As Vintasoft.Barcode.WriterSettings, _
ByRef logoBoundingBoxФон, ограничивающий рамку логотипа.As Vintasoft.Primitives.VintasoftRectF _
) As Vintasoft.Barcode.BarcodePathData
public static Vintasoft.Barcode.BarcodePathData CreateLogo(
float barcodeImageWidth,
float barcodeImageHeight,
Vintasoft.Barcode.WriterSettings settings,
out Vintasoft.Primitives.VintasoftRectF logoBoundingBox
)
public: static Vintasoft.Barcode.BarcodePathData* CreateLogo(
float barcodeImageWidth,
float barcodeImageHeight,
Vintasoft.Barcode.WriterSettings* settings,
[PARAMFLAG::Out] Vintasoft.Primitives.VintasoftRectF logoBoundingBox
)
public:
static Vintasoft.Barcode.BarcodePathData^ CreateLogo(
float barcodeImageWidth,
float barcodeImageHeight,
Vintasoft.Barcode.WriterSettings^ settings,
[Out] Vintasoft.Primitives.VintasoftRectF logoBoundingBox
)
Parameters
- barcodeImageWidth
- Ширина изображения штрих-кода в пикселях.
- barcodeImageHeight
- Высота изображения штрих-кода в пикселях.
- settings
- Настройки генератора штрих-кодов, которые использовались для создания изображения штрих-кода.
- logoBoundingBox
- Фон, ограничивающий рамку логотипа.
Return Value
Новый экземпляр объекта BarcodePathData.