Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / Type3SetWidth Class / Type3SetWidth Constructor
The value of Wx.
The value of Wy.

In This Topic
    Type3SetWidth Constructor
    In This Topic
    Initializes a new instance of the Type3SetWidth class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal wx As System.Single, _
       ByVal wy As System.Single _
    )
    public Type3SetWidth( 
       System.float wx,
       System.float wy
    )

    Parameters

    wx
    The value of Wx.
    wy
    The value of Wy.
    See Also