XFINIUM.PDF Documentation
DrawRectangle(PdfPen,Double,Double,Double,Double,Double) Method



PdfPen that determines the color, width, and style of the rectangle.
The x-coordinate of the upper-left corner of the rectangle to draw.
The y-coordinate of the upper-left corner of the rectangle to draw.
Width of the rectangle to draw.
Height of the rectangle to draw.
Rotation of the rectangle around the upper-left corner.
Draws a rectangle specified by a coordinate pair, a width, and a height.
Syntax
'Declaration
 
Public Overloads Sub DrawRectangle( _
   ByVal pen As PdfPen, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal rotation As Double _
) 
'Usage
 
Dim instance As PdfGraphics
Dim pen As PdfPen
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
Dim rotation As Double
 
instance.DrawRectangle(pen, x, y, width, height, rotation)
public void DrawRectangle( 
   PdfPen pen,
   double x,
   double y,
   double width,
   double height,
   double rotation
)
public:
void DrawRectangle( 
   PdfPen^ pen,
   double x,
   double y,
   double width,
   double height,
   double rotation
) 

Parameters

pen
PdfPen that determines the color, width, and style of the rectangle.
x
The x-coordinate of the upper-left corner of the rectangle to draw.
y
The y-coordinate of the upper-left corner of the rectangle to draw.
width
Width of the rectangle to draw.
height
Height of the rectangle to draw.
rotation
Rotation of the rectangle around the upper-left corner.
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

PdfGraphics Class
PdfGraphics Members
Overload List

Send Feedback