LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

CurrentXScaleFactor Property






Gets or sets the current horizontal scale factor for the image display.
Syntax
[BrowsableAttribute(false)]
public virtual double CurrentXScaleFactor {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable Property CurrentXScaleFactor As Double
'Usage
 
Dim instance As RasterImageViewer
Dim value As Double
 
instance.CurrentXScaleFactor = value
 
value = instance.CurrentXScaleFactor
[BrowsableAttribute(false)]
public virtual double CurrentXScaleFactor {get; set;}
BrowsableAttribute()
 get_CurrentXScaleFactor();
set_CurrentXScaleFactor(value);
[BrowsableAttribute(false)]
public:
virtual property double CurrentXScaleFactor {
   double get();
   void set (    double value);
}

Property Value

The current horizontal scale factor.
Example
For an example, refer to ScaleFactor.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.