Click or drag to resize

CubicCurveToMetafileCommandSplitIntoTwo Method

Creates two adjacent commands of the same type at the same position in a way that the two commands can replace the original.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override List<BaseMetafileCommand> SplitIntoTwo()

Return Value

ListBaseMetafileCommand
A list with the two commands or an empty list if the command cannot be splitted.
See Also