Table of Contents

Method SetSegmentOptions

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

SetSegmentOptions(PathSegmentOptions)

Specifies stroke and join options to be applied to new segments added to the geometry sink.

void SetSegmentOptions(PathSegmentOptions options)

Parameters

options PathSegmentOptions

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

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.