Click or drag to resize

ImageGestureImage Constructor (UInt64, Int32)

Constructor with just the rows for this image, leaving pixels null

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public ImageGestureImage(
	ulong[] rows,
	int width
)

Parameters

rows
Type: SystemUInt64
Rows
width
Type: SystemInt32
Width
See Also