PDF for WinRT
DrawBezier Method


Pen object that determines the color, width, and style of the Bezier spline.
Windows.Foundation.Point structure that represents the starting point of the curve.
Windows.Foundation.Point structure that represents the first control point for the curve.
Windows.Foundation.Point structure that represents the second control point for the curve.
Windows.Foundation.Point structure that represents the ending point of the curve.
Draws a Bezier spline defined by four Windows.Foundation.Point structures.
Syntax
'Declaration
 
Public Sub DrawBezier( _
   ByVal pen As Pen, _
   ByVal start As Point, _
   ByVal ctl1 As Point, _
   ByVal ctl2 As Point, _
   ByVal end As Point _
) 
'Usage
 
Dim instance As C1PdfDocument
Dim pen As Pen
Dim start As Point
Dim ctl1 As Point
Dim ctl2 As Point
Dim end As Point
 
instance.DrawBezier(pen, start, ctl1, ctl2, end)
public void DrawBezier( 
   Pen pen,
   Point start,
   Point ctl1,
   Point ctl2,
   Point end
)

Parameters

pen
Pen object that determines the color, width, and style of the Bezier spline.
start
Windows.Foundation.Point structure that represents the starting point of the curve.
ctl1
Windows.Foundation.Point structure that represents the first control point for the curve.
ctl2
Windows.Foundation.Point structure that represents the second control point for the curve.
end
Windows.Foundation.Point structure that represents the ending point of the curve.
Remarks
All coordinates are expressed in points, measured from the upper-left corner of the page.
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

C1PdfDocument Class
C1PdfDocument Members

 

 


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

Product Support Forum  |  Documentation Feedback