Click or drag to resize
StaMaRegionCollectionItem Property
Gets the Region at the specified index.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public Region this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the Region to get.

Return Value

Type: Region
The Region at the index.
See Also