Struct BarcodeRect
Represents a rectangle used for barcode rendering, with position and size.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public readonly struct BarcodeRect
Constructors
BarcodeRect(double, double, double, double)
Represents a rectangle used for barcode rendering, with position and size.
Declaration
public BarcodeRect(double x, double y, double width, double height)
Parameters
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y | |
| double | width | |
| double | height |
Fields
Height
The height of the rectangle.
Declaration
public readonly double Height
Field Value
| Type | Description |
|---|---|
| double |
Width
The width of the rectangle.
Declaration
public readonly double Width
Field Value
| Type | Description |
|---|---|
| double |
X
The X position of the rectangle.
Declaration
public readonly double X
Field Value
| Type | Description |
|---|---|
| double |
Y
The Y position of the rectangle.
Declaration
public readonly double Y
Field Value
| Type | Description |
|---|---|
| double |