PdfArray Constructor(Double,Double,Double,Double)
In This Topic
Initializes a new instance of the
PdfArray class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
public PdfArray(
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- x
- y
- width
- height
See Also