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.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxvoid AddFilling(
BaseFillingProfile fillingProfile
)
Parameters
- fillingProfile BaseFillingProfile
- The filling profile.
See Also