DocumentScalerTPaint Method

Renders a document according to its zoom and position.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void Paint(
	IGraphics g,
	RectangleF bounds
)

Parameters

g  IGraphics
Drawing methods with a specific canvas.
bounds  RectangleF
Drawing bounds.

See Also