Click or drag to resize

ImageGestureImage.Initialize Method

Recalculate which pixels are on and off into a fast lookup of bits in ulong rows

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Initialize(
	byte[] pixels,
	int width
)

Parameters

pixels
Type:System.Byte[]
Pixels (0 is off, 1 is on)
width
Type: System.Int32
Width of the image
See Also