Click or drag to resize

ZoomBoxSetScale method

Sets the current zoom settings of the ZoomBox.

Namespace: NetEti.CustomControls
Assembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntax
public void SetScale(
	
	double newScaleX,
	
	double newScaleY
)

Parameters

newScaleX  Double
The horizontal enlargement/reduction factor (original size = 1.0).
newScaleY  Double
The vertical enlargement/reduction factor (original size = 1.0).
See also