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

SwfFrame Constructor

Creates and initializes new SwfFrame class instance.

Overload List

Name Description
Public method SwfFrame()

Creates and initializes new SwfFrame class instance.

Public method SwfFrame(Int32, Int32)

Creates and initializes new SwfFrame class instance. You can set frame position here.

Public method SwfFrame(Int32, Int32, Int32)

Creates and initializes new SwfFrame class instance. You can specify frame position and JPEG compression quality here.

Public method SwfFrame(Bitmap, Int32, Int32)

Creates and initializes new SwfFrame class instance. You can associate a bitmap with this frame as well as set frame position here.

Public method SwfFrame(Int32, Int32, Int32, DisposalMethod)

Creates and initializes new SwfFrame class instance. You can specify frame position, delay, and disposal method.

Public method SwfFrame(Bitmap, Int32, Int32, Int32)

Creates and initializes new SwfFrame class instance. You can associate a bitmap with this frame as well as set JPEG compression quality and frame position here.

Public method SwfFrame(Int32, Int32, Int32, DisposalMethod, Int32)

Creates and initializes new SwfFrame class instance. You can set all SWF frame settings here.

Public method SwfFrame(Bitmap, Int32, Int32, Int32, DisposalMethod)

Creates and initializes new SwfFrame class instance. You can associate a bitmap with this frame as well as set frame position, delay, and disposal method.

Public method SwfFrame(Bitmap, Int32, Int32, Int32, DisposalMethod, Int32)

Creates and initializes new SwfFrame class instance. You can associate a bitmap with this frame as well as set all SWF frame settings.

See Also

Reference