DrawingPadRevert Method

Clears the entire control and fills it with BackColor color.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public virtual void Revert()

Remarks

Background image could be loaded through LoadImage(String, FormatTypes) or LoadImage(String, FormatTypes, StretchMode) method.

See Also