Draws one or more Bezier curves.
シンタックス
'宣言
Public Overridable Sub DrawPolyBezier( _
ByVal () As System.Drawing.Point _
)
public virtual void DrawPolyBezier(
System.Drawing.Point[]
)
パラメータ
- points
- An array of System.Drawing.Pointstructures that contain the endpoints and control points of the curve(s). This value must be one more than three times the number of curves to be drawn, because each Bzier curve requires two control points and an endpoint, and the initial curve requires an additional starting point.
例外
参照