GifImageWatermarkOptions

GifImageWatermarkOptions()

Initializes a new instance of the GifImageWatermarkOptions class.

public GifImageWatermarkOptions()

See Also


GifImageWatermarkOptions(int)

Initializes a new instance of the GifImageWatermarkOptions class with a specified index of a frame.

public GifImageWatermarkOptions(int frameIndex)
Parameter Type Description
frameIndex Int32 The index of frame to add watermark.

See Also