Share via


AnimationFrame.Position Property

Sets the position of the frame, expressed in the output dimensions of the GIF image. Has to be greater or equal to zero. If the Size has been set on the GifRenderer all the images will be resized to the specified size and position will be applied after the resizing.

The default is (0, 0).

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

Syntax

public Point Position { get; set; }
'Declaration
Public Property Position As Point
    Get
    Set
public:
virtual property Point Position {
    Point get () sealed;
    void set (Point value) sealed;
}
function get_Position();
function set_Position(value);

Property Value

Type: Point

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

AnimationFrame Class

AnimationFrame.AnimationFrame Members

Lumia.Imaging Namespace