Vector |
The VectorGraphicTextLayer type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddPath |
Creates a new path at the end of this layer. Added paths will be cleared during rebuild.
(Overrides VectorGraphicLayer.AddPath(dvec3, Boolean, Boolean)) |
![]() | AppendPath |
Appends a given path. Added paths will be cleared during rebuild.
(Overrides VectorGraphicLayer.AppendPath(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 VectorGraphicLayer.DoCopyFrom(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 VectorGraphicLayer.InsertPath(Int32, VectorGraphicPath)) |
![]() | InsertPath(Int32, dvec3, Boolean) |
Creates a new path at a given position. Added paths will be cleared during rebuild.
(Overrides VectorGraphicLayer.InsertPath(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) |