Table of Contents

Method ResumeDraw

Namespace
ComfileTech.jControls
Assembly
ComfileTech.jControls.dll

ResumeDraw()

Resumes drawing to the control's back buffer. This method will decrement a count (that was incremented by a call to SuspendDraw) until it reaches 0, at which time drawing will be immediately initiated.

public int ResumeDraw()

Returns

int

The current count as described in the summary.