Click or drag to resize

LaserOnMetafileCommandSplitByTime Method

Splits the command after the provided time.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public (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, BaseMetafileCommand
Tuple containing the two commands. The first has the desired time, the second the rest.
See Also