ScanFix Xpress v9.0 for .NET - Updated
RescaleOptions Constructor(Double,Double)




Accusoft.ScanFixXpressSdk Namespace > RescaleOptions Class > RescaleOptions Constructor : RescaleOptions Constructor(Double,Double)
The horizontal magnification to apply to the image.
The vertical magnification to apply to the image.
Instantiates a new RescaleOptions object setting the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal horizontal As Double, _
   ByVal vertical As Double _
)
'Usage
 
Dim horizontal As Double
Dim vertical As Double
 
Dim instance As New RescaleOptions(horizontal, vertical)
public RescaleOptions( 
   double horizontal,
   double vertical
)
public: RescaleOptions( 
   double horizontal,
   double vertical
)
public:
RescaleOptions( 
   double horizontal,
   double vertical
)

Parameters

horizontal
The horizontal magnification to apply to the image.
vertical
The vertical magnification to apply to the image.
See Also

Reference

RescaleOptions Class
RescaleOptions Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.