Vector |
public abstract class VectorGraphicTextLayer : VectorGraphicLayer
The VectorGraphicTextLayer type exposes the following members.
Name | Description | |
---|---|---|
![]() | VectorGraphicTextLayer | Initializes a new instance of the Object class. |
Name | Description | |
---|---|---|
![]() | EndPoint | (Inherited from VectorGraphicLayer) |
![]() | ExecutionSequences | (Inherited from BaseVectorGraphicElement) |
![]() | FillingManager |
The filling manager to manipulate fillings.
(Inherited from BaseVectorGraphicElement) |
![]() | FixedSize | If IsSizeFixed, the object will be stretched to the defined size. |
![]() | FontInformation | The font specification. |
![]() | 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.
(Inherited from BaseVectorGraphicElement) |
![]() | InternalPaths |
The paths. This list is read-writeable.
(Inherited from VectorGraphicLayer) |
![]() | IsDynamic | |
![]() | IsSizeFixed | Defines whether the size is fixed. |
![]() | Label |
The label for this layer.
(Inherited from VectorGraphicLayer) |
![]() | Offset | Offset of the text element. |
![]() | PathFactory | (Inherited from VectorGraphicLayer) |
![]() | Paths |
The read-only paths in this layer.
(Inherited from VectorGraphicLayer) |
![]() | PenNumber |
The starting pen number before processing the element.
(Inherited from BaseVectorGraphicElement) |
![]() | Rotation | Rotation of the text element. |
![]() | Scale | Scale of the text element. |
![]() | Source | The generator of the text content. |
![]() | Text | The text to be marked. |
![]() | VectorGraphicElementMarkerProfile | (Inherited from VectorGraphicLayer) |
Name | Description | |
---|---|---|
![]() | AddPath |
Creates a new path at the end of this layer. Added paths will be cleared during rebuild.
(Overrides VectorGraphicLayerAddPath(dvec3, Boolean, Boolean)) |
![]() | AppendPath |
Appends a given path. Added paths will be cleared during rebuild.
(Overrides VectorGraphicLayerAppendPath(VectorGraphicPath)) |
![]() | BuildContent | Builds the text layers' contents (in terms of meta-commands) so that it will be consistent with its properties. |
![]() | ClearPaths |
Deletes all paths.
(Inherited from VectorGraphicLayer) |
![]() | CopyFrom |
Copies the properties of the source to this instance.
(Inherited from BaseVectorGraphicElement) |
![]() | Dispose | (Inherited from VectorGraphicLayer) |
![]() | DoCopyFrom |
Copies properties from a given layer or path.
(Overrides VectorGraphicLayerDoCopyFrom(BaseVectorGraphicElement)) |
![]() | DoDispose | (Inherited from VectorGraphicLayer) |
![]() | DoReverseOrder | (Inherited from VectorGraphicLayer) |
![]() | DoTransform | (Inherited from VectorGraphicLayer) |
![]() | GetAllFillingProfiles | (Inherited from VectorGraphicLayer) |
![]() | GetAllFillings | (Inherited from VectorGraphicLayer) |
![]() | GetBoundingBox |
Gets the bounding box of the vector graphic element.
(Inherited from BaseVectorGraphicElement) |
![]() | GetBoundingBox(dmat4) |
Gets the bounding box of the vector graphic element.
(Inherited from VectorGraphicLayer) |
![]() | GetFillingPenNumbers | (Inherited from VectorGraphicLayer) |
![]() | GetLength |
Gets the length of this element without any transformation matrix being applied.
(Inherited from BaseVectorGraphicElement) |
![]() | GetPathIndex |
Gets the index of a path in the layer.
(Inherited from VectorGraphicLayer) |
![]() | GetPenNumbers | (Inherited from VectorGraphicLayer) |
![]() | GetPointCount | (Inherited from VectorGraphicLayer) |
![]() | GetTransformedLength | (Inherited from VectorGraphicLayer) |
![]() | InsertPath(Int32, VectorGraphicPath) |
Inserts a given path at a given position. Added paths will be cleared during rebuild.
(Overrides VectorGraphicLayerInsertPath(Int32, VectorGraphicPath)) |
![]() | InsertPath(Int32, dvec3, Boolean) |
Creates a new path at a given position. Added paths will be cleared during rebuild.
(Overrides VectorGraphicLayerInsertPath(Int32, dvec3, Boolean)) |
![]() | IsEmpty | (Inherited from VectorGraphicLayer) |
![]() | MovePath |
Moves a path.
(Inherited from VectorGraphicLayer) |
![]() | MovePathRange |
Moves a range of paths.
(Inherited from VectorGraphicLayer) |
![]() | OnPenNumberChanged |
Invokes the PenNumberChanged event.
(Inherited from BaseVectorGraphicElement) |
![]() | OnVectorGraphicElementChanged |
Invokes the VectorGraphicElementChanged event.
(Inherited from BaseVectorGraphicElement) |
![]() | RemovePath(Int32, Boolean) |
Deletes the path at a given position.
(Inherited from VectorGraphicLayer) |
![]() | RemovePath(VectorGraphicPath, Boolean) |
Removes the given path from the layer.
(Inherited from VectorGraphicLayer) |
![]() | ResolveExecutionSequences | (Inherited from BaseVectorGraphicElement) |
![]() | ResolveSequencePenNumbers | (Inherited from BaseVectorGraphicElement) |
![]() | ReverseOrder |
Reverses the order of the vectors in this element.
(Inherited from BaseVectorGraphicElement) |
![]() | SwitchPen |
Changes all commands that use a given list of pens to use a given new pen.
(Inherited from VectorGraphicLayer) |
![]() | ToString | (Inherited from VectorGraphicLayer) |
![]() | Transform |
Transforms the vectors in this path.
(Inherited from BaseVectorGraphicElement) |
![]() | UpdateDynamicContent | Updates the content to the latest value. Gets the value without changing the state. Value can be updated before and after execution. A unique ID to indicate that the content is simulated using the given ID as the key. The simulated value is reset to the last non-simulated value if the ID changes. The last non-simulated value will be used if the ID is null. |
![]() | UpdateSharedProfile | (Inherited from VectorGraphicLayer) |
![]() | WrapProcess |
Wraps a delegate with SuspendVectorGraphicElementChanged set to true.
(Inherited from BaseVectorGraphicElement) |
Name | Description | |
---|---|---|
![]() | DynamicChanged |