| PackedTextureNumberOfRows Property |
Gets or sets the number of rows in the tile set.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int NumberOfRows { get; set; }
Public Property NumberOfRows As Integer
Get
Set
public:
property int NumberOfRows {
int get ();
void set (int value);
}
member NumberOfRows : int with get, set
Property Value
Type:
Int32The number of rows in the tile set. The default value is 1.
Exceptions See Also