BaseMetafileCommand.SplitByLength Method |
Splits the command at the provided length.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic (BaseMetafileCommand Command0, BaseMetafileCommand Command1) SplitByLength(
double length,
dmat4 transformation
)
Parameters
- length Double
- Distance of the split.
- transformation dmat4
- Transformation of the command.
Return Value
ValueTuple<BaseMetafileCommand,
BaseMetafileCommand>Tuple containing the two commands. The first has the desired length, the second the rest.
ExceptionsException | Condition |
---|
NotImplementedException | Thrown for unknown command type. |
See Also