[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.Type3SetWidthAndBoundingBox.-ctor

Type3SetWidthAndBoundingBox Constructor

Type3SetWidthAndBoundingBox(float, float, float, float, float, float)

Initializes a new instance of the Type3SetWidthAndBoundingBox class.

Declaration
public Type3SetWidthAndBoundingBox(float wx, float wy, float llx, float lly, float urx, float ury)
Public Sub New(wx As Single, wy As Single, llx As Single, lly As Single, urx As Single, ury As Single)
Parameters
Type Name Description
float wx

The value of Wx.

float wy

The value of Wy.

float llx

The value of LLX.

float lly

The value of LLY.

float urx

The value of URX.

float ury

The value of URY.