DrawUtils.StartDrawSilhouette Method

GeonBit.UI

DrawUtilsStartDrawSilhouette Method
Start drawing on a given SpriteBatch, but only draw colored Silhouette of the texture.

Namespace:  GeonBit.UI
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void StartDrawSilhouette(
	SpriteBatch spriteBatch
)

Parameters

spriteBatch
Type: SpriteBatch
SpriteBatch to draw on.
See Also