Texture2D.Width Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the width of this texture resource, in pixels.

Namespace:  Microsoft.Xna.Framework.Graphics
Assembly:  Microsoft.Xna.Framework.Graphics (in Microsoft.Xna.Framework.Graphics.dll)

Syntax

'Declaration
Public ReadOnly Property Width As Integer
public int Width { get; }

Property Value

Type: System.Int32
The width of this texture resource, in pixels.

Remarks

For Windows Phone, the maximum rendertarget texture size is 8 MB; make sure when creating a new texture that the width*height*format <= 8 Mb.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.