Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.15 KB

nf-d2d1helper-beziersegment.md

File metadata and controls

83 lines (64 loc) · 2.15 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1helper.BezierSegment
BezierSegment function (d2d1helper.h)
Creates a D2D1_BEZIER_SEGMENT structure.
BezierSegment
BezierSegment function [Direct2D]
d2d1helper/BezierSegment
direct2d.beziersegment
direct2d\beziersegment.htm
Direct2D
50938354-f9b7-40a9-807d-708f6a065912
12/05/2018
BezierSegment, BezierSegment function [Direct2D], d2d1helper/BezierSegment, direct2d.beziersegment
d2d1helper.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
BezierSegment
d2d1helper/BezierSegment
c++
APIRef
kbSyntax
DllExport
D2d1.dll
BezierSegment

BezierSegment function

-description

Creates a D2D1_BEZIER_SEGMENT structure.

-parameters

-param point1 [in, ref]

Type: const D2D1_POINT_2F

The first control point for the Bezier segment.

-param point2 [in, ref]

Type: const D2D1_POINT_2F

The second control point for the Bezier segment.

-param point3 [in, ref]

Type: const D2D1_POINT_2F

The end point for the Bezier segment.

-returns

Type: D2D1_BEZIER_SEGMENT

The new Bezier segment.

-see-also

ID2D1GeometrySink