'Declaration
Public Function New( _ ByVal llx As Double, _ ByVal lly As Double, _ ByVal urx As Double, _ ByVal ury As Double _ )
'Usage
Dim llx As Double Dim lly As Double Dim urx As Double Dim ury As Double Dim instance As New PdfStandardRectangle(llx, lly, urx, ury)
Parameters
- llx
- The lower-left x coordinate of the rectangle.
- lly
- The lower-left y coordinate of the rectangle.
- urx
- The upper-right x coordinate of the rectangle.
- ury
- The upper-right y coordinate of the rectangle.