This documentation is for the old version. Go to the latest Graphics Mill docs

JpegFrame Constructor

Creates and initializes new JpegFrame class instance.

Overload List

Name Description
Public method JpegFrame()

Creates and initializes new JpegFrame class instance.

Public method JpegFrame(Int32, Boolean)

Creates and initializes new JpegFrame class instance. You can set some the frame settings here.

Public method JpegFrame(Int32, Boolean, Boolean)

Creates and initializes new JpegFrame class instance. You can associate a bitmap with it as well as set all the frame settings here.

Public method JpegFrame(Bitmap, Int32, Boolean)

Creates and initializes new JpegFrame class instance. You can associate a bitmap with it as well as set all the frame settings here.

Public method JpegFrame(Bitmap, Int32, Boolean, Boolean)

Creates and initializes new JpegFrame class instance. You can associate a bitmap with it as well as set all the frame settings here.

See Also

Reference