Click or drag to resize

RecyclableGridScrollContentGetColRowPostion Method

Return column position and row position.

int[0] = column position, int[1] = row position

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int[] GetColRowPostion(
	int index
)

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: Int32
The col row postion.
See Also