C# Class Treefrog.Pipeline.ImagePacker.Rect

Exibir arquivo Open project: jaquadro/Treefrog

Private Properties

Property Type Description
Set void
SetSize void

Public Methods

Method 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

Method Description
Set ( Rect rect ) : void
SetSize ( Rect rect ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAliasName() public static method

public static GetAliasName ( string name, bool flattenPaths ) : string
name string
flattenPaths bool
return string

Rect() public method

public Rect ( ) : System.Collections.Generic
return System.Collections.Generic

Rect() public method

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
return System.Collections.Generic

Rect() public method

public Rect ( Rect rect ) : System.Collections.Generic
rect Rect
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string