Table of Contents

Method ResumeDraw

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.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.