Overload List
| Name | Description | 
|---|---|
| Resize(Int32, Int32) | 
            Resizes current image. The content of the image doesn't change (no stretch).
              | 
| Resize(Int32, Int32, HorizAlign, VertAlign) | 
            This method resizes the current image to newWidth and newHeight. The content of the image doesn't change (no stretch).
              | 
| Resize(Int32, Int32, HorizAlign, VertAlign, Int32) | 
            This method resizes the current image to newWidth and newHeight. The content of the image doesn't change (no stretch).
              |