Click or drag to resize

IFillingManagerRemoveFilling 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 RemoveFilling(
	BaseFillingProfile fillingProfile
)

Parameters

fillingProfile  BaseFillingProfile
The filling profile to remove.
See Also