Click or drag to resize

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
C#
public 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: Boolean
True if pixel set, false if not
See Also