C# Class Treefrog.Pipeline.ImagePacker.Rect

Afficher le fichier Open project: jaquadro/Treefrog

Private Properties

Свойство Type Description
Set void
SetSize void

Méthodes publiques

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

Private Methods

Méthode Description
Set ( Rect rect ) : void
SetSize ( Rect rect ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetAliasName() public static méthode

public static GetAliasName ( string name, bool flattenPaths ) : string
name string
flattenPaths bool
Résultat string

Rect() public méthode

public Rect ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Rect() public méthode

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
Résultat System.Collections.Generic

Rect() public méthode

public Rect ( Rect rect ) : System.Collections.Generic
rect Rect
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string