Click or drag to resize
DigitalRuneThemeImageSourceRectangle Property
Gets or sets the source rectangle of the image in the texture atlas of the theme.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public Rectangle SourceRectangle { get; set; }

Property Value

Type: Rectangle
The source rectangle.
See Also