Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / ISimplifiedGeometrySink Interface / SetSegmentFlags Method
Stroke and join options to be applied to new segments added to the geometry sink.

In This Topic
    SetSegmentFlags Method (ISimplifiedGeometrySink)
    In This Topic
    Specifies stroke and join options to be applied to new segments added to the geometry sink.
    Syntax
    'Declaration
     
    Sub SetSegmentFlags( _
       ByVal vertexFlags As PathSegment _
    ) 
    void SetSegmentFlags( 
       PathSegment vertexFlags
    )

    Parameters

    vertexFlags
    Stroke and join options to be applied to new segments added to the geometry sink.
    See Also