Table of Contents

Method AddQuadraticBezier

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

AddQuadraticBezier(QuadraticBezierSegment)

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

void AddQuadraticBezier(QuadraticBezierSegment bezier)

Parameters

bezier QuadraticBezierSegment

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