 | ZoomBoxGetScale method |
Returns the current zoom settings of the ZoomBox.
Namespace: NetEti.CustomControlsAssembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntaxpublic ScaleTransform GetScale()
Public Function GetScale As ScaleTransform
public:
ScaleTransform^ GetScale()
member GetScale : unit -> ScaleTransform
Return value
ScaleTransformScaleTransform with horizontal and vertical enlargement/reduction factor (original size 1.0 in each case)
See also