Base |
public abstract class BaseVectorGraphicElement : IDisposable
The BaseVectorGraphicElement type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseVectorGraphicElement | Initializes a new instance of the Object class. |
| Name | Description | |
|---|---|---|
| EndPoint | The end point of this element. | |
| ExecutionSequences | ||
| FillingManager | The filling manager to manipulate fillings. | |
| ID | The unique ID of the vector graphic element. If the concrete class inherits from BaseVectorGraphicElement, its ID will be prefilled. Recommended not to be changed. | |
| PenNumber | The starting pen number before processing the element. |
| Name | Description | |
|---|---|---|
| CopyFrom | Copies the properties of the source to this instance. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| DoCopyFrom | Copies properties from a given layer or path. | |
| DoDispose | ||
| DoReverseOrder | Reverses the order of the vectors in this element. | |
| DoTransform | Transforms the vectors in this path. | |
| GetAllFillingProfiles | ||
| GetAllFillings | Gets all the fillings inside this element. | |
| GetBoundingBox | Gets the bounding box of the vector graphic element. | |
| GetBoundingBox(dmat4) | Gets the bounding box of the vector graphic element. | |
| GetFillingPenNumbers | ||
| GetLength | Gets the length of this element without any transformation matrix being applied. | |
| GetPenNumbers | ||
| GetPointCount | Returns the number of points in this element. | |
| GetTransformedLength | Gets the length of this element after being transformed. | |
| IsEmpty | Returns whether there is any metafile command in the element. | |
| OnPenNumberChanged | Invokes the PenNumberChanged event. | |
| OnVectorGraphicElementChanged | Invokes the VectorGraphicElementChanged event. | |
| ResolveExecutionSequences | ||
| ResolveSequencePenNumbers | ||
| ReverseOrder | Reverses the order of the vectors in this element. | |
| Transform | Transforms the vectors in this path. | |
| UpdateSharedProfile | ||
| WrapProcess | Wraps a delegate with SuspendVectorGraphicElementChanged set to true. |