C# Class Treefrog.Utility.ImageUtility

Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
CreateCenteredBitmap ( Bitmap source, int width, int height ) : Bitmap
CreateCenteredBitmap ( Treefrog.Framework.Imaging.TextureResource source, int width, int height ) : Bitmap

Method Details

CreateCenteredBitmap() public static méthode

public static CreateCenteredBitmap ( Bitmap source, int width, int height ) : Bitmap
source System.Drawing.Bitmap
width int
height int
Résultat System.Drawing.Bitmap

CreateCenteredBitmap() public static méthode

public static CreateCenteredBitmap ( Treefrog.Framework.Imaging.TextureResource source, int width, int height ) : Bitmap
source Treefrog.Framework.Imaging.TextureResource
width int
height int
Résultat System.Drawing.Bitmap