Skip to content

M_QRCoder_Core_PostscriptQRCode_GetGraphic_4

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

GetGraphic(Int32, Color, Color, Boolean, Boolean) Method

[Missing <summary> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)"]

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 string GetGraphic(
	int pointsPerModule,
	Color darkColor,
	Color lightColor,
	bool drawQuietZones = true,
	bool epsFormat = false
)

C++

public:
String^ GetGraphic(
	int pointsPerModule, 
	Color darkColor, 
	Color lightColor, 
	bool drawQuietZones = true, 
	bool epsFormat = false
)

Parameters

  Int32
\[Missing <param name="pointsPerModule"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)"\]
  Color
\[Missing <param name="darkColor"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)"\]
  Color
\[Missing <param name="lightColor"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)"\]
  Boolean  (Optional)
\[Missing <param name="drawQuietZones"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)"\]
  Boolean  (Optional)
\[Missing <param name="epsFormat"/> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)"\]

Return Value

String
[Missing <returns> documentation for "M:QRCoder.Core.PostscriptQRCode.GetGraphic(System.Int32,System.Drawing.Color,System.Drawing.Color,System.Boolean,System.Boolean)"]

See Also

Reference

PostscriptQRCode Class
GetGraphic Overload
QRCoder.Core Namespace

Clone this wiki locally