Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Office 2000
Methods
A
 AddCurve Method
 
AddCurve Method

                 

Creates a Bzier curve. Returns a Shape object that represents the new curve.

Syntax

expression.AddCurve(SafeArrayOfPoints)

expression   Required. An expression that returns a Shapes object.

SafeArrayOfPoints   Required Variant. An array of that specifies the vertices and control points of the curve. The first point you specify is the starting vertex, and the next two points are control points for the first Bzier segment. Then, for each additional segment of the curve, you specify a vertex and two control points. The last point you specify is the ending vertex for the curve. Note that you must always specify 3n + 1 points, where n is the number of segments in the curve.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker