Initializes the core.

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 Initialize(
	TouchCollection touchCollection,
	Bitmap splash = null,
	Color backColor = 0
)

Parameters

touchCollection
Type: Skewworks.NETMF..::..TouchCollection
Touch collection mode to use.
splash (Optional)
Type: Bitmap
Splash image to display until first container is activated.
backColor (Optional)
Type: Color
Background color to display until first container is activated.

Remarks

Initialize is the first call to Tinkr that has to be made. It needs to be called only once. Additional calls will be ignored.

See Also