C# 클래스 Sphere.Plugins.Views.ImageView

상속: DocumentView
파일 보기 프로젝트 열기: Radnen/spherestudio

공개 메소드들

메소드 설명
GetImages ( short tileWidth, short tileHeight ) : System.Drawing.Bitmap[]

Splits the image editor content into tiles and returns the tile bitmaps in an array.

메소드 상세

GetImages() 공개 메소드

Splits the image editor content into tiles and returns the tile bitmaps in an array.
public GetImages ( short tileWidth, short tileHeight ) : System.Drawing.Bitmap[]
tileWidth short The width of the tiles.
tileHeight short The height of the tiles.
리턴 System.Drawing.Bitmap[]