Click or drag to resize

IFillingManager Methods

The IFillingManager type exposes the following members.

Methods
 NameDescription
Public methodAddFilling 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.
Public methodClearAllFillings Removes all fillings from the list. This removes only the filling information. The filling process itself is done separately through the GenerateFillingElements method.
Public methodClearFillingElements Clear all vector graphic elements for the fillings.
Public methodCloneProfile 
Public methodGenerateFillingElements(IEnumerableVectorGraphicLayer, dmat4, Int32, Int32, Boolean) 
Public methodGenerateFillingElements(IEnumerableVectorGraphicPath, dmat4, Int32, Int32, Boolean, Cuboid, Boolean, Boolean) 
Public methodGetFlattenedPaths Generates a list of all filling paths combined.
Public methodRemoveFilling Removes a filling from the list. This removes only the filling information. The filling process itself is done separately through the GenerateFillingElements method.
Public methodRemoveFillingAt 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