Click or drag to resize

ZoomBoxPresetScale method

Prepares the setting of the current zoom settings of the ZoomBox. These will then be adopted with the next ZoomBox_LayoutUpdated.

Namespace: NetEti.CustomControls
Assembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntax
public void PresetScale(
	
	ScaleTransform presetScaleTransform
)

Parameters

presetScaleTransform  ScaleTransform
Default setting for the enlargement/reduction factor (original size = 1.0, 1.0).
See also