Draws a 4 pixel wide alpha blended shadow inside the supplied area.

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static void ShadowRegionInset(
	int x,
	int y,
	int width,
	int height,
	Color color = Color.Black
)

Parameters

x
Type: System..::..Int32
X location of the region to be shadowed.
y
Type: System..::..Int32
Y location of the region to be shadowed.
width
Type: System..::..Int32
Width of the region to be shadowed.
height
Type: System..::..Int32
Height of the region to be shadowed.
color (Optional)
Type: Color
Color to use when rendering shadow.

See Also