C# 클래스 Treefrog.Pipeline.ImagePacker.Rect

파일 보기 프로젝트 열기: jaquadro/Treefrog

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