BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / WholeSize Class / WholeSize Constructor / WholeSize Constructor(Single,Single)
The overall width of barcode.
The overall height of barcode.

In This Topic
    WholeSize Constructor(Single,Single)
    In This Topic
    Initializes a new instance of WholeSize.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal wholeWidth As Single, _
       ByVal wholeHeight As Single _
    )
    public WholeSize( 
       float wholeWidth,
       float wholeHeight
    )

    Parameters

    wholeWidth
    The overall width of barcode.
    wholeHeight
    The overall height of barcode.
    See Also