'Declaration
Public Function GifSetFrameDisposal( _ ByVal ImageID As Integer, _ ByVal Frame As Integer, _ ByVal FrameDisposal As Integer _ ) As GdPictureStatus
public GdPictureStatus GifSetFrameDisposal( int ImageID, int Frame, int FrameDisposal )
public function GifSetFrameDisposal( ImageID: Integer; Frame: Integer; FrameDisposal: Integer ): GdPictureStatus;
public function GifSetFrameDisposal( ImageID : int, Frame : int, FrameDisposal : int ) : GdPictureStatus;
public: GdPictureStatus GifSetFrameDisposal( int ImageID, int Frame, int FrameDisposal )
public: GdPictureStatus GifSetFrameDisposal( int ImageID, int Frame, int FrameDisposal )
Parameters
- ImageID
- GdPicture image identifier. The multiframe gif image.
- Frame
- Frame no between 1 and frame count.
- FrameDisposal
- Can be:1: Leave. Will leave the image in place to be entirely or partially overdrawn by the next image.2: Background. Will blank out the area used by the frame with the background color.3: Previous. Will return the logical canvas to the previous state before the image was drawn.
Return Value
A member of the GdPictureStatus enumeration.