ComponentOne Bitmap for UWP
AddQuadraticBezier Method (GeometrySink)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > GeometrySink Interface : AddQuadraticBezier Method
A structure that describes the control point and the endpoint of the quadratic Bezier curve to add.
Creates a quadratic Bezier curve between the current point and the specified endpoint.
Syntax
'Declaration
 
Sub AddQuadraticBezier( _
   ByVal bezier As QuadraticBezierSegment _
) 
void AddQuadraticBezier( 
   QuadraticBezierSegment bezier
)

Parameters

bezier
A structure that describes the control point and the endpoint of the quadratic Bezier curve to add.
See Also

Reference

GeometrySink Interface
GeometrySink Members