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




O2S.Components.PDFView4NET Namespace > DisplayRectangle Class > DisplayRectangle Constructor : DisplayRectangle Constructor(Double,Double,Double,Double)
The x coordinate of the top left corner of the rectangle.
The y coordinate of the top left corner of the rectangle.
The width of the rectangle.
The height of the rectangle.
Initializes a new PDFRectangle object.
Syntax
'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 DisplayRectangle(left, top, width, height)
public DisplayRectangle( 
   double left,
   double top,
   double width,
   double height
)
public: DisplayRectangle( 
   double left,
   double top,
   double width,
   double height
)
public:
DisplayRectangle( 
   double left,
   double top,
   double width,
   double height
)

Parameters

left
The x coordinate of the top left corner of the rectangle.
top
The y coordinate of the top left corner of the rectangle.
width
The width of the rectangle.
height
The height of the rectangle.
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

DisplayRectangle Class
DisplayRectangle Members
Overload List