ImageGestureImageInitialize 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
Syntaxpublic void Initialize(
byte[] pixels,
int width
)
Parameters
- pixels
- Type: SystemByte
Pixels (0 is off, 1 is on) - width
- Type: SystemInt32
Width of the image
See Also