ReadGCode(Stream, Boolean) Constructor

Constructor with stream.
Public Sub New( _ 
ByVal stream As Stream, _ 
Optional ByVal dogLeg As Boolean = true _ 
)
This language is not supported or no code example is available.
public ReadGCode( 
Stream stream
bool dogLeg = true 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

dogLeg
bool

When true, rapid movements are drawn with dog leg style.

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition