Table of Contents

Method AddBezier

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

AddBezier(in BezierSegment)

Creates a cubic Bezier curve between the current point and the specified end point.

void AddBezier(in BezierSegment bezier)

Parameters

bezier BezierSegment

A structure that describes the control points and end point of the Bezier curve to add.