Table of Contents

Method SuspendDraw

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

SuspendDraw()

Suspends drawing to the control's back buffer. This method will increment a count each time it is called. When the count is brought back down to 0 with calls to ResumeDraw, drawing will be immediately initiated.

public int SuspendDraw()

Returns

int

The current count as described in the summary.