# GetGraphic(Int32, Color, Color, Color, Bitmap, Double, Boolean, ArtQRCode.QuietZoneStyle, ArtQRCode.BackgroundImageStyle, Bitmap) Method Renders an art-style QR code with dots as modules and various user settings ## 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#** ``` C# public Bitmap GetGraphic( int pixelsPerModule, Color darkColor, Color lightColor, Color backgroundColor, Bitmap backgroundImage = null, double pixelSizeFactor = 0,8, bool drawQuietZones = true, ArtQRCode.QuietZoneStyle quietZoneRenderingStyle = ArtQRCode.QuietZoneStyle.Dotted, ArtQRCode.BackgroundImageStyle backgroundImageStyle = ArtQRCode.BackgroundImageStyle.DataAreaOnly, Bitmap finderPatternImage = null ) ``` **C++** ``` C++ public: Bitmap^ GetGraphic( int pixelsPerModule, Color darkColor, Color lightColor, Color backgroundColor, Bitmap^ backgroundImage = nullptr, double pixelSizeFactor = 0,8, bool drawQuietZones = true, ArtQRCode.QuietZoneStyle quietZoneRenderingStyle = ArtQRCode.QuietZoneStyle::Dotted, ArtQRCode.BackgroundImageStyle backgroundImageStyle = ArtQRCode.BackgroundImageStyle::DataAreaOnly, Bitmap^ finderPatternImage = nullptr ) ``` #### Parameters