Gets the width of the tile in pixels.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual int Width { get; }Public Overridable ReadOnly Property Width As Integer
	Get
public:
virtual property int Width {
	int get ();
}abstract Width : int with get
override Width : int with get
Property Value
Type: 
Int32
See Also