Click or drag to resize

IFillingManager Interface

[Missing <summary> documentation for "T:RAYLASE.Marker.VectorGraphicElement.IFillingManager"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public interface IFillingManager : IDisposable

The IFillingManager type exposes the following members.

Properties
 NameDescription
Public propertyFillingProfiles The list of fillings that the contour will undergo.
Public propertySequenceFillings The fillings for the whole vector graphic. The values are dynamically generated during the rebuild process.
Top
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
Events
 NameDescription
Public eventFillingChanged Raised when the filling profiles changed.
Top
See Also