XFINIUM.PDF Documentation
PdfStandardRectangle Constructor(PdfPoint,PdfPoint)



The position of lower-left corner of the rectangle.
The position of upper-right corner of the rectangle.
Initializes a new PdfStandardRectangle object.
Syntax
'Declaration
 
Public Function New( _
   ByVal ll As PdfPoint, _
   ByVal ur As PdfPoint _
)
'Usage
 
Dim ll As PdfPoint
Dim ur As PdfPoint
 
Dim instance As New PdfStandardRectangle(ll, ur)
public PdfStandardRectangle( 
   PdfPoint ll,
   PdfPoint ur
)
public:
PdfStandardRectangle( 
   PdfPoint^ ll,
   PdfPoint^ ur
)

Parameters

ll
The position of lower-left corner of the rectangle.
ur
The position of upper-right corner of the rectangle.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback