  | LensFlareElementOrigin Property  | 
            Gets or sets the origin relative to the image.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntaxpublic Vector2F Origin { get; set; }Public Property Origin As Vector2F
	Get
	Set
public:
property Vector2F Origin {
	Vector2F get ();
	void set (Vector2F value);
}member Origin : Vector2F with 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