LaserOnMetafileCommandSplitByTime Method |
Splits the command after the provided time.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic (BaseMetafileCommand Command0, BaseMetafileCommand Command1) SplitByTime(
double time,
double laserFrequency
)
Parameters
- time Double
- Time of the split.
- laserFrequency Double
- Frequency of the laser.
Return Value
ValueTupleBaseMetafileCommand,
BaseMetafileCommandTuple containing the two commands. The first has the desired time, the second the rest.
See Also