C# Класс Sphere.Plugins.Views.ImageView

Наследование: DocumentView
Показать файл Открыть проект

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

Метод Описание
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[]