'Declaration
Public Sub Rectangle( _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ )
'Usage
Dim instance As PdfContentStream Dim x As Double Dim y As Double Dim width As Double Dim height As Double instance.Rectangle(x, y, width, height)
Parameters
- x
- X coordinate of the rectangle's bottom left corner.
- y
- Y coordinate of the rectangle's bottom left corner.
- width
- The rectangle width.
- height
- The rectangle height.