| ImageGestureImageSetPixelWithPadding Method  | 
 
            Set a pixel to on. Does not recalculate any rows.
            
 
    Namespace: 
   DigitalRubyShared
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic bool SetPixelWithPadding(
	int x,
	int y,
	int padding
)
Parameters
- x
- Type: SystemInt32
 X position
- y
- Type: SystemInt32
 Y position
- padding
- Type: SystemInt32
 Padding
Return Value
Type: 
BooleanTrue if pixel set, false if not
 See Also
See Also