Click or drag to resize

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

Parameters

fillingProfile  BaseFillingProfile
The filling profile to remove.
See Also