Accusoft.ScanFixXpress8.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
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
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)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public RescaleOptions( 
   double horizontal,
   double vertical
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: RescaleOptions( 
   double horizontal,
   double vertical
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
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