Size Constructor

Initializes a new instance of Size from the specified height and width.

public Size(float width, float height)
Public Sub New (width As Single, height As Single)

Parameters

width
Single

Width in float value.

height
Single

Height in float value.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

Size
ceTe.DynamicBarcode.Creator

In this topic