Click or drag to resize

BaseVectorGraphicElementResolveSequencePenNumbers Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.ResolveSequencePenNumbers(System.Collections.Generic.IList{System.Int32},System.Boolean)"]


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

Parameters

sequencePenNumbers  IListInt32

[Missing <param name="sequencePenNumbers"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.ResolveSequencePenNumbers(System.Collections.Generic.IList{System.Int32},System.Boolean)"]

isFilling  Boolean

[Missing <param name="isFilling"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.ResolveSequencePenNumbers(System.Collections.Generic.IList{System.Int32},System.Boolean)"]

Return Value

IListInt32

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.ResolveSequencePenNumbers(System.Collections.Generic.IList{System.Int32},System.Boolean)"]

See Also