The IFillingManager type exposes the following members.
Methods | Name | Description |
---|
 | AddFilling |
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.
|
 | ClearAllFillings |
Removes all fillings from the list. This removes only the filling information. The filling process itself is done separately through the GenerateFillingElements method.
|
 | ClearFillingElements |
Clear all vector graphic elements for the fillings.
|
 | CloneProfile | |
 | GenerateFillingElements(IEnumerableVectorGraphicLayer, dmat4, Int32, Int32, Boolean) | |
 | GenerateFillingElements(IEnumerableVectorGraphicPath, dmat4, Int32, Int32, Boolean, Cuboid, Boolean, Boolean) | |
 | GetFlattenedPaths |
Generates a list of all filling paths combined.
|
 | RemoveFilling |
Removes a filling from the list. This removes only the filling information. The filling process itself is done separately through the GenerateFillingElements method.
|
 | RemoveFillingAt |
Removes a filling from the list. This removes only the filling information. The filling process itself is done separately through the GenerateFillingElements method.
|
Top
See Also