RegionBasePrePainter(IGraphics) Method

Refreshs the content of the current RegionBase to apply possible changes before drawing.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public virtual void PrePainter(
	IGraphics g
)

Parameters

g  IGraphics
Drawing surface.

See Also