←Select platform

ScaleFactor Property

Summary

Scale factor used to display the magnified image.

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. Default value is 2 (2X zoom).

Example

For an example, refer to ImageViewer.InteractiveModes.

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