Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.38 KB

nf-d2d1_3-id2d1ink-setsegmentatend(constd2d1_ink_bezier_segment).md

File metadata and controls

71 lines (58 loc) · 2.38 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:d2d1_3.ID2D1Ink.SetSegmentAtEnd(constD2D1_INK_BEZIER_SEGMENT)
ID2D1Ink::SetSegmentAtEnd (d2d1_3.h)
Updates the last segment in this ink object with new control points. (overload 1/2)
ID2D1Ink interface [Direct2D]
SetSegmentAtEnd method
ID2D1Ink.SetSegmentAtEnd
ID2D1Ink::SetSegmentAtEnd
ID2D1Ink::SetSegmentAtEnd(const D2D1_INK_BEZIER_SEGMENT)
SetSegmentAtEnd
SetSegmentAtEnd method [Direct2D]
SetSegmentAtEnd method [Direct2D]
ID2D1Ink interface
d2d1_3/ID2D1Ink::SetSegmentAtEnd
direct2d.id2d1ink_setsegmentatend
direct2d\id2d1ink_setsegmentatend.htm
Direct2D
E80083E4-7BBB-4AF5-81EB-49E68D6521F7
12/05/2018
ID2D1Ink interface [Direct2D],SetSegmentAtEnd method, ID2D1Ink.SetSegmentAtEnd, ID2D1Ink::SetSegmentAtEnd, ID2D1Ink::SetSegmentAtEnd(const D2D1_INK_BEZIER_SEGMENT), SetSegmentAtEnd, SetSegmentAtEnd method [Direct2D], SetSegmentAtEnd method [Direct2D],ID2D1Ink interface, d2d1_3/ID2D1Ink::SetSegmentAtEnd, direct2d.id2d1ink_setsegmentatend
d2d1_3.h
Windows
D2d1_3.lib
D2d1_3.dll
Windows
19H1
ID2D1Ink::SetSegmentAtEnd
d2d1_3/ID2D1Ink::SetSegmentAtEnd
c++
APIRef
kbSyntax
COM
d2d1_3.dll
ID2D1Ink.SetSegmentAtEnd

ID2D1Ink::SetSegmentAtEnd

-description

Updates the last segment in this ink object with new control points.

-parameters

-param segment [in]

Type: const D2D1_INK_BEZIER_SEGMENT*

A pointer to the segment data with which to overwrite this ink object's last segment. Note that if there are currently no segments in the ink object, SetSegmentsAtEnd will return an error.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

ID2D1Ink