XFINIUM.PDF Documentation
PdfStandardRectangle Constructor(Double,Double,Double,Double)



Xfinium.Pdf.Graphics Namespace > PdfStandardRectangle Class > PdfStandardRectangle Constructor : PdfStandardRectangle Constructor(Double,Double,Double,Double)
The lower-left x coordinate of the rectangle.
The lower-left y coordinate of the rectangle.
The upper-right x coordinate of the rectangle.
The upper-right y coordinate of the rectangle.
Initializes a new PdfStandardRectangle 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 PdfStandardRectangle(llx, lly, urx, ury)
public PdfStandardRectangle( 
   double llx,
   double lly,
   double urx,
   double ury
)
public:
PdfStandardRectangle( 
   double llx,
   double lly,
   double urx,
   double 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.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfStandardRectangle Class
PdfStandardRectangle Members
Overload List