Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Struct BarcodeRect

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

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    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

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2026 Radzen. Source Code licensed under MIT