VectorGraphicPathGetPredecessor Method |
Returns to a given command the predecessor in the path which is not of type typeToIgnore.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic BaseMetafileCommand GetPredecessor(
BaseMetafileCommand command,
Type typeToIgnore
)
Parameters
- command BaseMetafileCommand
- The command to be searched in the command list.
- typeToIgnore Type
- All commands of this type are ignored.
Return Value
BaseMetafileCommandIts predecessor command or null if no predecessor available.
See Also