PDFView4NET WPF Edition
PDFRectangle Constructor(Double,Double,Double,Double)




O2S.Components.PDFView4NET Namespace > PDFRectangle Class > PDFRectangle Constructor : PDFRectangle Constructor(Double,Double,Double,Double)
Initializes a new PDFRectangle object.
Syntax
'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 PDFRectangle(llx, lly, urx, ury)
public PDFRectangle( 
   double llx,
   double lly,
   double urx,
   double ury
)
public: PDFRectangle( 
   double llx,
   double lly,
   double urx,
   double ury
)
public:
PDFRectangle( 
   double llx,
   double lly,
   double urx,
   double ury
)

Parameters

llx
lly
urx
ury
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFRectangle Class
PDFRectangle Members
Overload List