An NDoc Documented Class Library

GraphWriter Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal fileName As String _ 
)
[C#]
public GraphWriter(
   string fileName
);
[C++]
public: GraphWriter(
   String* fileName
);
[JScript]
public function GraphWriter(
   String fileName
);

See Also

GraphWriter Class | Repository.ScreenFlow Namespace