'Declaration
Public Function New( _ ByVal left As Double, _ ByVal top As Double, _ ByVal width As Double, _ ByVal height As Double _ )
'Usage
Dim left As Double Dim top As Double Dim width As Double Dim height As Double Dim instance As New PdfVisualRectangle(left, top, width, height)
Parameters
- left
- The x coordinate of the rectangle's top left corner.
- top
- The y coordinate of the rectangle's top left corner.
- width
- The rectangle width.
- height
- The rectangle height.