Click or drag to resize
DigitalRuneLensFlareElementOrigin Property
Gets or sets the origin relative to the image.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Vector2F Origin { get; set; }

Property Value

Type: Vector2F
The origin relative to the image, where (0, 0) is the upper-left corner of the image and (1, 1) is the lower-right corner of the image. The default value is (0.5, 0.5).
See Also