PDF for WinRT
CurveTo(Double,Double,Double,Double,Double,Double) Method


For internal use only. Draws a curve from the cursor to the specified position.
Syntax
'Declaration
 
Protected Overloads Sub CurveTo( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal x3 As Double, _
   ByVal y3 As Double _
) 
'Usage
 
Dim instance As C1PdfDocumentBase
Dim x1 As Double
Dim y1 As Double
Dim x2 As Double
Dim y2 As Double
Dim x3 As Double
Dim y3 As Double
 
instance.CurveTo(x1, y1, x2, y2, x3, y3)
protected void CurveTo( 
   double x1,
   double y1,
   double x2,
   double y2,
   double x3,
   double y3
)

Parameters

x1
y1
x2
y2
x3
y3
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback