C# Класс Treefrog.Utility.ImageUtility

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateCenteredBitmap ( Bitmap source, int width, int height ) : Bitmap
CreateCenteredBitmap ( Treefrog.Framework.Imaging.TextureResource source, int width, int height ) : Bitmap

Описание методов

CreateCenteredBitmap() публичный статический Метод

public static CreateCenteredBitmap ( Bitmap source, int width, int height ) : Bitmap
source System.Drawing.Bitmap
width int
height int
Результат System.Drawing.Bitmap

CreateCenteredBitmap() публичный статический Метод

public static CreateCenteredBitmap ( Treefrog.Framework.Imaging.TextureResource source, int width, int height ) : Bitmap
source Treefrog.Framework.Imaging.TextureResource
width int
height int
Результат System.Drawing.Bitmap