Click or drag to resize

VectorGraphicPathGetSuccessor Method

Returns to a given command the successor 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 GetSuccessor(
	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 successor command or null if no successor available.
See Also