PathBuilder.AddPathSegment

PathBuilder.AddPathSegment method

Adds a custom path segment to the path data.

public PathBuilder AddPathSegment(string segment)
ParameterTypeDescription
segmentStringThe custom path segment string.

Return Value

The current PathBuilder instance.

See Also