XFINIUM.PDF Documentation
AddRoundRectangle Method



x position of rectangle's top left corner.
y position of rectangle's top left corner.
The rectangle width.
The rectangle height.
The width of the ellipse that defines the rectangle corners.
The height of the ellipse that defines the rectangle corners.
Adds a rounded rectangle to path.
Syntax
'Declaration
 
Public Sub AddRoundRectangle( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal ellipseWidth As Double, _
   ByVal ellipseHeight As Double _
) 
'Usage
 
Dim instance As PdfPath
Dim left As Double
Dim top As Double
Dim width As Double
Dim height As Double
Dim ellipseWidth As Double
Dim ellipseHeight As Double
 
instance.AddRoundRectangle(left, top, width, height, ellipseWidth, ellipseHeight)

Parameters

left
x position of rectangle's top left corner.
top
y position of rectangle's top left corner.
width
The rectangle width.
height
The rectangle height.
ellipseWidth
The width of the ellipse that defines the rectangle corners.
ellipseHeight
The height of the ellipse that defines the rectangle corners.
Remarks
The round rectangle defines a closed subpath.
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

PdfPath Class
PdfPath Members

Send Feedback