Gets the height 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 Height { get; }
Public Overridable ReadOnly Property Height As Integer
Get
public:
virtual property int Height {
int get ();
}
abstract Height : int with get
override Height : int with get
Property Value
Type:
Int32See Also