Initializes a new instance of the PdfRectangle class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfRectangle( float llx, float lly, float urx, float ury, int rotation ) |
Visual Basic |
---|
Public Sub New ( _ llx As Single, _ lly As Single, _ urx As Single, _ ury As Single, _ rotation As Integer _ ) |
Visual C++ |
---|
public: PdfRectangle( float llx, float lly, float urx, float ury, int rotation ) |
Parameters
- llx
- Type: System..::..Single
- lly
- Type: System..::..Single
- urx
- Type: System..::..Single
- ury
- Type: System..::..Single
- rotation
- Type: System..::..Int32