Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / Type3SetWidthAndBoundingBox Class / Type3SetWidthAndBoundingBox Constructor
The value of Wx.
The value of Wy.
The value of LLX.
The value of LLY.
The value of URX.
The value of URY.

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

    Parameters

    wx
    The value of Wx.
    wy
    The value of Wy.
    llx
    The value of LLX.
    lly
    The value of LLY.
    urx
    The value of URX.
    ury
    The value of URY.
    See Also