Click or drag to resize

VectorGraphicEngineGetAllFillings Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicEngine.GetAllFillings(System.Nullable{System.Int32},System.Int32)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override IList<VectorGraphicLayer> GetAllFillings(
	int? sequenceIndex,
	int sequenceCount
)

Parameters

sequenceIndex  NullableInt32

[Missing <param name="sequenceIndex"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicEngine.GetAllFillings(System.Nullable{System.Int32},System.Int32)"]

sequenceCount  Int32

[Missing <param name="sequenceCount"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicEngine.GetAllFillings(System.Nullable{System.Int32},System.Int32)"]

Return Value

IListVectorGraphicLayer

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicEngine.GetAllFillings(System.Nullable{System.Int32},System.Int32)"]

See Also