Click or drag to resize

VectorGraphicPathGetPredecessor Method

Returns to a given command the predecessor in the path which is not of type typeToIgnore.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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

BaseMetafileCommand
Its predecessor command or null if no predecessor available.
See Also