Skip to content

M_QRCoder_Core_ArtQRCode_GetGraphic_1

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

GetGraphic(Int32) Method

Renders an art-style QR code with dots as modules. (With default settings: DarkColor=Black, LightColor=White, Background=Transparent, QuietZone=true)

Definition

Namespace: QRCoder.Core
Assembly: QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294
XMLNS for XAML: Not mapped to an xmlns.

C#

public Bitmap GetGraphic(
	int pixelsPerModule
)

C++

public:
Bitmap^ GetGraphic(
	int pixelsPerModule
)

Parameters

  Int32
Amount of px each dark/light module of the QR code shall take place in the final QR code image

Return Value

Bitmap
QRCode graphic as bitmap

See Also

Reference

ArtQRCode Class
GetGraphic Overload
QRCoder.Core Namespace

Clone this wiki locally