C# Class Sphere.Plugins.Views.ImageView

Inheritance: DocumentView
Show file Open project: Radnen/spherestudio

Public Methods

Method Description
GetImages ( short tileWidth, short tileHeight ) : System.Drawing.Bitmap[]

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

Method Details

GetImages() public method

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.
return System.Drawing.Bitmap[]