Class QrLogo
Inheritance
System.Object
QrLogo
Assembly: IronQr.dll
Syntax
public sealed class QrLogo : ValueType
Constructors
QrLogo(AnyBitmap, Int32, Int32, Single)
Declaration
public QrLogo(AnyBitmap bitmap, int width = 0, int height = 0, float cornerRadius = 0F)
Parameters
Type |
Name |
Description |
IronSoftware.Drawing.AnyBitmap |
bitmap |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
System.Single |
cornerRadius |
|
Properties
Bitmap
Declaration
public AnyBitmap Bitmap { get; set; }
Property Value
Type |
Description |
IronSoftware.Drawing.AnyBitmap |
|
CornerRadius
Declaration
public float CornerRadius { get; set; }
Property Value
Type |
Description |
System.Single |
|
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|