'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Overloads Sub Rescale( _ ByVal horizontal As Double, _ ByVal vertical As Double _ )
'Usage Dim instance As ScanFix Dim horizontal As Double Dim vertical As Double instance.Rescale(horizontal, vertical)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public void Rescale( double horizontal, double vertical )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void Rescale( double horizontal, double vertical )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void Rescale( double horizontal, double vertical )
Parameters
- horizontal
- The horizontal magnification to apply to the image.
- vertical
- The vertical magnification to apply to the image.