C# Class RenderingLibrary.IPositionedSizedObjectExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

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

public static GetAbsoluteBottom ( this ipso ) : float
ipso this
Résultat float

GetAbsoluteLeft() public static méthode

public static GetAbsoluteLeft ( this ipso ) : float
ipso this
Résultat float

GetAbsoluteRight() public static méthode

public static GetAbsoluteRight ( this ipso ) : float
ipso this
Résultat float

GetAbsoluteTop() public static méthode

public static GetAbsoluteTop ( this ipso ) : float
ipso this
Résultat float

GetAbsoluteX() public static méthode

public static GetAbsoluteX ( this ipso ) : float
ipso this
Résultat float

GetAbsoluteY() public static méthode

public static GetAbsoluteY ( this ipso ) : float
ipso this
Résultat float

GetRotationMatrix() public static méthode

public static GetRotationMatrix ( this ipso ) : Matrix
ipso this
Résultat Matrix

GetTopParent() public static méthode

public static GetTopParent ( this ipso ) : IRenderableIpso
ipso this
Résultat IRenderableIpso

HasCursorOver() public static méthode

public static HasCursorOver ( this ipso, float x, float y ) : bool
ipso this
x float
y float
Résultat bool