C# Class RenderingLibrary.IPositionedSizedObjectExtensionMethods

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
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

Method Details

GetAbsoluteBottom() public static method

public static GetAbsoluteBottom ( this ipso ) : float
ipso this
return float

GetAbsoluteLeft() public static method

public static GetAbsoluteLeft ( this ipso ) : float
ipso this
return float

GetAbsoluteRight() public static method

public static GetAbsoluteRight ( this ipso ) : float
ipso this
return float

GetAbsoluteTop() public static method

public static GetAbsoluteTop ( this ipso ) : float
ipso this
return float

GetAbsoluteX() public static method

public static GetAbsoluteX ( this ipso ) : float
ipso this
return float

GetAbsoluteY() public static method

public static GetAbsoluteY ( this ipso ) : float
ipso this
return float

GetRotationMatrix() public static method

public static GetRotationMatrix ( this ipso ) : Matrix
ipso this
return Matrix

GetTopParent() public static method

public static GetTopParent ( this ipso ) : IRenderableIpso
ipso this
return IRenderableIpso

HasCursorOver() public static method

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