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

CurrentYScaleFactor Property






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

Property Value

The current vertical scale factor.
Example
For an example, refer to ScaleFactor.#endregion documentation
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.