 | 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.CustomControlsAssembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntaxpublic void PresetScale(
ScaleTransform presetScaleTransform
)
Public Sub PresetScale (
presetScaleTransform As ScaleTransform
)
public:
void PresetScale(
ScaleTransform^ presetScaleTransform
)
member PresetScale :
presetScaleTransform : ScaleTransform -> unit Parameters
- presetScaleTransform ScaleTransform
- Default setting for the enlargement/reduction factor (original size = 1.0, 1.0).
See also