GifRenderer::Source Property

The IImageProvider that will be used as source when rendering a single frame GIF image.

If render size is not set, width and height of the image must be even, or the render operation will throw an exception.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public:
virtual property IImageProvider^ Source {
	IImageProvider^ get () sealed;
	void set (IImageProvider^ value) sealed;
}

Property Value

Type: IImageProvider

Implements

IImageConsumer::Source

Lumia Imaging SDK

Supported in: 3.0, 2.0
Show: