Click or drag to resize
DigitalRunePackedTextureOffset Property
Gets or sets the offset of the packed texture in the texture atlas in UV coordinates.

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

Property Value

Type: Vector2F
The offset of the packed texture in the texture atlas. The offset is given in UV coordinates where (0, 0) is the upper-left corner and (1, 1) is the lower-right corner of the texture atlas.
See Also