Click or drag to resize

IFillingManagerRemoveFillingAt Method

Removes a filling from the list. This removes only the filling information. The filling process itself is done separately through the GenerateFillingElements method.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
void RemoveFillingAt(
	int fillingIndex
)

Parameters

fillingIndex  Int32
The index of the filling profile in the list.
See Also