Click or drag to resize

BaseMarkableVectorGraphicRemoveFillingAt Method

Removes a filling from the list. This removes only the filling information.

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

Parameters

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