A Sandcastle Documented Class Library
LogicalScreenSize Property
NamespacesGifComponentsAnimatedGifEncoderLogicalScreenSize
The size, in pixels, of the animated GIF file. If this property is not set before the animation is encoder, the size of the first frame to be added will be used.
Declaration Syntax
C#Visual BasicVisual C++
public Size LogicalScreenSize { get; set; }
Public Property LogicalScreenSize As Size
public:
property Size LogicalScreenSize {
	Size get ();
	void set (Size value);
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453