# GetGraphic(Int32, Byte[], Byte[]) Method \[Missing <summary> documentation for "M:QRCoder.Core.BitmapByteQRCode.GetGraphic(System.Int32,System.Byte[],System.Byte[])"\] ## 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 byte[] GetGraphic( int pixelsPerModule, byte[] darkColorRgb, byte[] lightColorRgb ) ``` **C++** ``` C++ public: array^ GetGraphic( int pixelsPerModule, array^ darkColorRgb, array^ lightColorRgb ) ``` #### Parameters
  Int32
\[Missing <param name="pixelsPerModule"/> documentation for "M:QRCoder.Core.BitmapByteQRCode.GetGraphic(System.Int32,System.Byte[],System.Byte[])"\]
  Byte[]
\[Missing <param name="darkColorRgb"/> documentation for "M:QRCoder.Core.BitmapByteQRCode.GetGraphic(System.Int32,System.Byte[],System.Byte[])"\]
  Byte[]
\[Missing <param name="lightColorRgb"/> documentation for "M:QRCoder.Core.BitmapByteQRCode.GetGraphic(System.Int32,System.Byte[],System.Byte[])"\]
#### Return Value Byte[] \[Missing <returns> documentation for "M:QRCoder.Core.BitmapByteQRCode.GetGraphic(System.Int32,System.Byte[],System.Byte[])"\] ## See Also #### Reference BitmapByteQRCode Class GetGraphic Overload QRCoder.Core Namespace