A Sandcastle Documented Class Library
Position Property
NamespacesGifComponentsGifFramePosition
Gets and sets the position of this frame's image within the logical screen.
Declaration Syntax
C#Visual BasicVisual C++
public Point Position { get; set; }
Public Property Position As Point
public:
property Point Position {
	Point get ();
	void set (Point value);
}
Remarks
This is actually a property of the image descriptor.
Exceptions
ExceptionCondition
InvalidOperationException An attempt was made to set this property for a GifFrame which was created by a GifDecoder.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453