C# Класс Beyond_Beyaan.BBStretchableImage

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Draw ( ) : void
Draw ( Color color, byte alpha ) : void
Draw ( byte alpha ) : void
Initialize ( int x, int y, int width, int height, StretchableImageType type, Random r, string &reason ) : bool
MoveTo ( int x, int y ) : void
Resize ( int width, int height ) : void

Описание методов

Draw() публичный Метод

public Draw ( ) : void
Результат void

Draw() публичный Метод

public Draw ( Color color, byte alpha ) : void
color Color
alpha byte
Результат void

Draw() публичный Метод

public Draw ( byte alpha ) : void
alpha byte
Результат void

Initialize() публичный Метод

public Initialize ( int x, int y, int width, int height, StretchableImageType type, Random r, string &reason ) : bool
x int
y int
width int
height int
type StretchableImageType
r System.Random
reason string
Результат bool

MoveTo() публичный Метод

public MoveTo ( int x, int y ) : void
x int
y int
Результат void

Resize() публичный Метод

public Resize ( int width, int height ) : void
width int
height int
Результат void