Creates and initializes new SwfFrame class instance.
Name | Description | |
---|---|---|
SwfFrame() |
Creates and initializes new SwfFrame class instance. |
|
SwfFrame(Int32, Int32) |
Creates and initializes new SwfFrame class instance. You can set frame position here. |
|
SwfFrame(Int32, Int32, Int32) |
Creates and initializes new SwfFrame class instance. You can specify frame position and JPEG compression quality here. |
|
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. |
|
SwfFrame(Int32, Int32, Int32, DisposalMethod) |
Creates and initializes new SwfFrame class instance. You can specify frame position, delay, and disposal 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. |
|
SwfFrame(Int32, Int32, Int32, DisposalMethod, Int32) |
Creates and initializes new SwfFrame class instance. You can set all SWF frame settings here. |
|
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. |
|
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. |