C# Класс Beyond_Beyaan.BBUniStretchableImage

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

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

Метод Описание
Draw ( ) : void
Draw ( System color, byte alpha ) : void
Draw ( byte alpha ) : void
Initialize ( int x, int y, int width, int height, int mainLength, int stretchLength, bool isHorizontal, List sections, 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 ( System color, byte alpha ) : void
color System
alpha byte
Результат void

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

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

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

public Initialize ( int x, int y, int width, int height, int mainLength, int stretchLength, bool isHorizontal, List sections, Random r, string &reason ) : bool
x int
y int
width int
height int
mainLength int
stretchLength int
isHorizontal bool
sections List
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