Gets the width of the tile in pixels.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
Int32See Also