ID2D1SimplifiedGeometrySink::SetSegmentFlags method (d2d1.h)
Specifies stroke and join options to be applied to new segments added to the geometry sink.
Syntax
void SetSegmentFlags(
D2D1_PATH_SEGMENT vertexFlags
);
Parameters
vertexFlags
Type: D2D1_PATH_SEGMENT
Stroke and join options to be applied to new segments added to the geometry sink.
Return value
None
Remarks
After this method is called, the specified segment flags are applied to each segment subsequently added to the sink. The segment flags are applied to every additional segment until this method is called again and a different set of segment flags is specified.
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.h |
Library | D2d1.lib |
DLL | D2d1.dll |