C# Class Gymnastika.Common.Utils.ImageHelper

Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Méthode Description
SaveBitmap ( string originPath, string targetPath, int width, int height ) : void

Private Methods

Méthode Description
CalculateScaledSize ( int originWidth, int originHeight, int width, int height ) : int>.Tuple

Method Details

SaveBitmap() public static méthode

public static SaveBitmap ( string originPath, string targetPath, int width, int height ) : void
originPath string
targetPath string
width int
height int
Résultat void