Click or drag to resize

VectorGraphicPathSetNewStart Method

Sets the end of the command as new start of the path.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void SetNewStart(
	BaseMetafileCommand command,
	int index
)

Parameters

command  BaseMetafileCommand
End of command to define new start.
index  Int32
Point index in case of poly commands (PolyLine). -1 for last point.
See Also