PocketPlanner Programmer's Guide

GraphicsEx.Clear Method

See Also

Clears the entire drawing surface and fills it with the specified background color.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

 Syntax

C#

public void Clear (
    Color color
)

Visual Basic

Public Sub Clear ( _
    color As Color _
)

 Parameters

color
A .NET Color structure that represents the background color of the drawing surface.

 See Also