Click or drag to resize

VectorGraphicLayerGetFillingPenNumbers Method

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


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override ISet<int> GetFillingPenNumbers(
	IList<int> defaultSequencePenNumbers
)

Parameters

defaultSequencePenNumbers  IListInt32

[Missing <param name="defaultSequencePenNumbers"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer.GetFillingPenNumbers(System.Collections.Generic.IList{System.Int32})"]

Return Value

ISetInt32

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

See Also