Creates and initializes new PngFrame class instance. You can set all the frame settings here.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _
interlaced As Boolean _
)
public PngFrame(
bool interlaced
)
Type: System.Boolean
Value that specifies if the PNG file should be interlaced. You can change it later using Interlaced property.