C# Class Sphere.Plugins.Views.ImageView

Inheritance: DocumentView
Afficher le fichier Open project: Radnen/spherestudio

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Drawing.Bitmap[]