C# 클래스 Treefrog.Utility.ImageUtility

파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
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