ID2D1SimplifiedGeometrySink::SetSegmentFlags method
Specifies stroke and join options to be applied to new segments added to the geometry sink.
Syntax
virtual void SetSegmentFlags( D2D1_PATH_SEGMENT vertexFlags ) = 0;
Parameters
- vertexFlags
-
Type: D2D1_PATH_SEGMENT
Stroke and join options to be applied to new segments added to the geometry sink.
Return value
This method does not return a value.
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
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also