C# 클래스 RenderingLibrary.IPositionedSizedObjectExtensionMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
GetAbsoluteBottom ( this ipso ) : float
GetAbsoluteLeft ( this ipso ) : float
GetAbsoluteRight ( this ipso ) : float
GetAbsoluteTop ( this ipso ) : float
GetAbsoluteX ( this ipso ) : float
GetAbsoluteY ( this ipso ) : float
GetRotationMatrix ( this ipso ) : Matrix
GetTopParent ( this ipso ) : IRenderableIpso
HasCursorOver ( this ipso, float x, float y ) : bool

메소드 상세

GetAbsoluteBottom() 공개 정적인 메소드

public static GetAbsoluteBottom ( this ipso ) : float
ipso this
리턴 float

GetAbsoluteLeft() 공개 정적인 메소드

public static GetAbsoluteLeft ( this ipso ) : float
ipso this
리턴 float

GetAbsoluteRight() 공개 정적인 메소드

public static GetAbsoluteRight ( this ipso ) : float
ipso this
리턴 float

GetAbsoluteTop() 공개 정적인 메소드

public static GetAbsoluteTop ( this ipso ) : float
ipso this
리턴 float

GetAbsoluteX() 공개 정적인 메소드

public static GetAbsoluteX ( this ipso ) : float
ipso this
리턴 float

GetAbsoluteY() 공개 정적인 메소드

public static GetAbsoluteY ( this ipso ) : float
ipso this
리턴 float

GetRotationMatrix() 공개 정적인 메소드

public static GetRotationMatrix ( this ipso ) : Matrix
ipso this
리턴 Matrix

GetTopParent() 공개 정적인 메소드

public static GetTopParent ( this ipso ) : IRenderableIpso
ipso this
리턴 IRenderableIpso

HasCursorOver() 공개 정적인 메소드

public static HasCursorOver ( this ipso, float x, float y ) : bool
ipso this
x float
y float
리턴 bool