![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFRect Structure : PDFRect Constructor |
'Declaration
Public Function New( _ ByVal left As Double, _ ByVal top As Double, _ ByVal right As Double, _ ByVal bottom As Double _ )
'Usage
Dim left As Double Dim top As Double Dim right As Double Dim bottom As Double Dim instance As New PDFRect(left, top, right, bottom)
public PDFRect(double left, double top, double right, double bottom)