←Select platform

ScaleFactor Property

Summary

Factor used to zoom the image in the viewer around the center.

Syntax

C#
VB
C++
public virtual double ScaleFactor { get; set; } 
Public Overridable Property ScaleFactor() As Double 
   Get 
   Set 
public:  
   virtual property double ScaleFactor 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The scale factor used to display the magnified image. Must be a value greater than 0. The default value is 1 (no zoom).

Remarks

Use the value of ScaleFactor to performing zooming of the image around the center point when the user taps on the viewer as follows:

  • If the value of ScaleFactor is 1 (the default value), then no zooming is performed.

  • If the value of ScaleFactor is greater than 1, then this value is multiplied by the current viewer scale factor (ImageViewer.ScaleFactor) to zoom the image in around the center point.

  • If the value of ScaleFactor is less than 1, then this value is multiplied by the current viewer scale factor (ImageViewer.ScaleFactor) to zoom the image out around the center point.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly