Click or drag to resize

BaseMarkableVectorGraphicAddFilling Method

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

Parameters

fillingProfile  BaseFillingProfile
The filling profile.
See Also