 | ZoomBoxSetScale method |
Sets the current zoom settings of the ZoomBox.
Namespace: NetEti.CustomControlsAssembly: NetEti.ZoomBox (in NetEti.ZoomBox.dll) Version: 1.0.0+5ee800418dee8f46c939f296c9beaab353004ca7
Syntaxpublic void SetScale(
double newScaleX,
double newScaleY
)
Public Sub SetScale (
newScaleX As Double,
newScaleY As Double
)
public:
void SetScale(
double newScaleX,
double newScaleY
)
member SetScale :
newScaleX : float *
newScaleY : float -> unit 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