Xfinium.Pdf.Graphics Namespace > PdfGraphics Class > DrawRoundRectangle Method : DrawRoundRectangle(PdfPen,Double,Double,Double,Double,Double,Double,Double) Method |
'Declaration
Public Overloads Sub DrawRoundRectangle( _ ByVal pen As PdfPen, _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double, _ ByVal ellipseWidth As Double, _ ByVal ellipseHeight 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 ellipseWidth As Double Dim ellipseHeight As Double Dim rotation As Double instance.DrawRoundRectangle(pen, x, y, width, height, ellipseWidth, ellipseHeight, rotation)
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