MovieClip.CurveTo Method


Draws a Bézier Curve from current point to the specified point.

Definition

public void CurveTo( PointF c, PointF p );

Parameters

cSystem.Drawing.PointF.
pSystem.Drawing.PointF.
© 2004-2005 GlobFX Technologies. All rights reserved.