Represents a rectangle used for barcode rendering, with position and size.
ValueType.Equals
ValueType.GetHashCode
ValueType.ToString
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public struct BarcodeRectRepresents a rectangle used for barcode rendering, with position and size.
public BarcodeRect(double x, double y, double width, double height)
| Type | Name | Description |
|---|---|---|
| double | x | |
| double | y | |
| double | width | |
| double | height |