DocumentScalerT Constructor

Constructor of the DocumentScalerT class with a given document instance and initial geometry options.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public DocumentScaler(
	IDocument<T> doc,
	float initialScale,
	Point initialOffset
)

Parameters

doc  IDocumentT
A document to handle.
initialScale  Single
Initial scale to start document rendering with.
initialOffset  Point

See Also