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

Namespace: DigitalRune.Game.UI.Content.Pipeline
Assembly: DigitalRune.Game.UI.Content.Pipeline (in DigitalRune.Game.UI.Content.Pipeline.dll) Version: 1.7.0.0 (1.7.0.14427)
Syntax
public Rectangle SourceRectangle { get; set; }

Property Value

Type: Rectangle
The source rectangle.
See Also