Click or drag to resize

VectorGraphicLayer Methods

The VectorGraphicLayer type exposes the following members.

Methods
 NameDescription
Public methodAddPath Creates a new path at the end of this layer.
Public methodAppendPath Appends a given path.
Public methodClearPaths Deletes all paths.
Public methodCopyFrom Copies the properties of the source to this instance.
(Inherited from BaseVectorGraphicElement)
Public methodDispose
(Overrides BaseVectorGraphicElementDispose)
Protected methodDoCopyFrom Copies properties from a given layer or path.
(Overrides BaseVectorGraphicElementDoCopyFrom(BaseVectorGraphicElement))
Protected methodDoDispose
(Overrides BaseVectorGraphicElementDoDispose(Boolean, Boolean))
Protected methodDoReverseOrder
(Overrides BaseVectorGraphicElementDoReverseOrder(Int32))
Protected methodDoTransform
(Overrides BaseVectorGraphicElementDoTransform(dmat4))
Public methodGetAllFillingProfiles
(Overrides BaseVectorGraphicElementGetAllFillingProfiles)
Public methodGetAllFillings
(Overrides BaseVectorGraphicElementGetAllFillings(NullableInt32, Int32))
Public methodGetBoundingBox Gets the bounding box of the vector graphic element.
(Inherited from BaseVectorGraphicElement)
Public methodGetBoundingBox(dmat4) Gets the bounding box of the vector graphic element.
(Overrides BaseVectorGraphicElementGetBoundingBox(dmat4))
Public methodGetFillingPenNumbers
(Overrides BaseVectorGraphicElementGetFillingPenNumbers(IListInt32))
Public methodGetLength Gets the length of this element without any transformation matrix being applied.
(Inherited from BaseVectorGraphicElement)
Public methodGetPathIndex Gets the index of a path in the layer.
Public methodGetPenNumbers
(Overrides BaseVectorGraphicElementGetPenNumbers(IListInt32))
Public methodGetPointCount
(Overrides BaseVectorGraphicElementGetPointCount)
Public methodGetTransformedLength
(Overrides BaseVectorGraphicElementGetTransformedLength(dmat4))
Public methodInsertPath(Int32, VectorGraphicPath) Inserts a given path at a given position.
Public methodInsertPath(Int32, dvec3, Boolean) Creates a new path at a given position.
Public methodIsEmpty
(Overrides BaseVectorGraphicElementIsEmpty)
Public methodMovePath Moves a path.
Public methodMovePathRange Moves a range of paths.
Protected methodOnPenNumberChanged Invokes the PenNumberChanged event.
(Inherited from BaseVectorGraphicElement)
Protected methodOnVectorGraphicElementChanged Invokes the VectorGraphicElementChanged event.
(Inherited from BaseVectorGraphicElement)
Public methodRemovePath(Int32, Boolean) Deletes the path at a given position.
Public methodRemovePath(VectorGraphicPath, Boolean) Removes the given path from the layer.
Public methodResolveExecutionSequences
(Inherited from BaseVectorGraphicElement)
Public methodResolveSequencePenNumbers
(Inherited from BaseVectorGraphicElement)
Public methodReverseOrder Reverses the order of the vectors in this element.
(Inherited from BaseVectorGraphicElement)
Public methodSwitchPen Changes all commands that use a given list of pens to use a given new pen.
Public methodToString
(Overrides ObjectToString)
Public methodTransform Transforms the vectors in this path.
(Inherited from BaseVectorGraphicElement)
Protected methodUpdateSharedProfile
(Overrides BaseVectorGraphicElementUpdateSharedProfile)
Protected methodWrapProcess Wraps a delegate with SuspendVectorGraphicElementChanged set to true.
(Inherited from BaseVectorGraphicElement)
Top
See Also