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.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic override List<BaseMetafileCommand> SplitIntoTwo()
Return Value
ListBaseMetafileCommandA list with the two commands or an empty list if the
command cannot be splitted.
See Also