Click or drag to resize

IFillingManagerAddFilling Method

Adds a given filling profile for the contour. This stores 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.20.0
Syntax
C#
void AddFilling(
	BaseFillingProfile fillingProfile
)

Parameters

fillingProfile  BaseFillingProfile
The filling profile.
See Also