Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a D2D1_INK_BEZIER_SEGMENT structure.
Syntax
D2D1_INK_BEZIER_SEGMENT InkBezierSegment(
[ref] const D2D1_INK_POINT & point1,
[ref] const D2D1_INK_POINT & point2,
[ref] const D2D1_INK_POINT & point3
);
Parameters
[ref] point1
Type: const D2D1_INK_POINT
The first control point for the Bezier segment.
[ref] point2
Type: const D2D1_INK_POINT
The second control point for the Bezier segment.
[ref] point3
Type: const D2D1_INK_POINT
The end point for the Bezier segment.
Return value
Type: D2D1_INK_BEZIER_SEGMENT
Returns the created D2D1_INK_BEZIER_SEGMENT structure.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | d2d1_3helper.h |
| Library | D2d1.lib |
| DLL | D2d1.dll |