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



The x coordinate of the rectangle's top left corner.
The y coordinate of the rectangle's top left corner.
The rectangle width.
The rectangle height.
Initializes a new PdfVisualRectangle 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 PdfVisualRectangle(left, top, width, height)
public PdfVisualRectangle( 
   double left,
   double top,
   double width,
   double height
)
public:
PdfVisualRectangle( 
   double left,
   double top,
   double width,
   double height
)

Parameters

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

PdfVisualRectangle Class
PdfVisualRectangle Members
Overload List

Send Feedback