Click or drag to resize

BaseVectorGraphicElementResolveSequencePenNumbers Method

Resolves the pen number to be used by this VG element.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.35.0
Syntax
C#
public IList<int> ResolveSequencePenNumbers(
	IList<int> sequencePenNumbers,
	bool isFilling
)

Parameters

sequencePenNumbers  IListInt32
The list of top-level pen numbers.
isFilling  Boolean
The flag whether to resolve the pen numbers for the filling instead of for the contour.

Return Value

IListInt32
A new list of resolved pen numbers.
See Also