Opens the writer on the specifed file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Protected Friend Overridable Sub OpenWriter ( _ fileName As String _ )
protected internal virtual void OpenWriter( string fileName )
Type: System.String
Name of the file to open the writer on.This method is a simple wrapper around the overloaded version of this method with System.IO.Stream as an argument. No need to implement this method yourself, it will automatically work when you implement the stream-based version of this method.