This feature allows the image to be rescaled with the vertical and horizontal axis rescaled independently from each other.
Visual Basic |
---|
Public Sub Rescale( _ ByVal horizontal As Double, _ ByVal vertical As Double _ ) |
- horizontal
- The horizontal magnification to apply to the image. Default value is none.
- vertical
- The vertical magnification to apply to the image. Default value is none.