BarcodeRect Struct

Represents a rectangle used for barcode rendering, with position and size.

Inherited Members

ValueType.Equals

ValueType.GetHashCode

ValueType.ToString

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public struct BarcodeRect

Constructors

BarcodeRectlink

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

Heightlink

The height of the rectangle.

Declaration
public readonly double Height

Widthlink

The width of the rectangle.

Declaration
public readonly double Width

Xlink

The X position of the rectangle.

Declaration
public readonly double X

Ylink

The Y position of the rectangle.

Declaration
public readonly double Y
An error has occurred. This app may no longer respond until reloaded. Reload 🗙