C# Класс Treefrog.Pipeline.ImagePacker.Rect

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Set void
SetSize void

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

Метод Описание
Equals ( object obj ) : bool
GetAliasName ( string name, bool flattenPaths ) : string
Rect ( ) : System.Collections.Generic
Rect ( Bitmap source, int left, int top, int newWidth, int newHeight ) : System.Collections.Generic
Rect ( Rect rect ) : System.Collections.Generic
ToString ( ) : string

Приватные методы

Метод Описание
Set ( Rect rect ) : void
SetSize ( Rect rect ) : void

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

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

public Equals ( object obj ) : bool
obj object
Результат bool

GetAliasName() публичный статический Метод

public static GetAliasName ( string name, bool flattenPaths ) : string
name string
flattenPaths bool
Результат string

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

public Rect ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public Rect ( Bitmap source, int left, int top, int newWidth, int newHeight ) : System.Collections.Generic
source System.Drawing.Bitmap
left int
top int
newWidth int
newHeight int
Результат System.Collections.Generic

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

public Rect ( Rect rect ) : System.Collections.Generic
rect Rect
Результат System.Collections.Generic

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

public ToString ( ) : string
Результат string