IFillingManager Interface |
[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.IFillingManager"]
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic interface IFillingManager : IDisposable
The IFillingManager type exposes the following members.
Properties | Name | Description |
---|
 | FillingProfiles |
The list of fillings that the contour will undergo.
|
 | SequenceFillings |
The fillings for the whole vector graphic. The values are dynamically generated during the rebuild process.
|
Top
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
Events
See Also