LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

CurrentXScaleFactor Property

Show in webframe





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 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

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.