Метод | Описание | |
---|---|---|
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 |
public static GetAbsoluteBottom ( this ipso ) : float | ||
ipso | this | |
Результат | float |
public static GetAbsoluteLeft ( this ipso ) : float | ||
ipso | this | |
Результат | float |
public static GetAbsoluteRight ( this ipso ) : float | ||
ipso | this | |
Результат | float |
public static GetAbsoluteTop ( this ipso ) : float | ||
ipso | this | |
Результат | float |
public static GetAbsoluteX ( this ipso ) : float | ||
ipso | this | |
Результат | float |
public static GetAbsoluteY ( this ipso ) : float | ||
ipso | this | |
Результат | float |
public static GetRotationMatrix ( this ipso ) : Matrix | ||
ipso | this | |
Результат | Matrix |
public static GetTopParent ( this ipso ) : IRenderableIpso | ||
ipso | this | |
Результат | IRenderableIpso |
public static HasCursorOver ( this ipso, float x, float y ) : bool | ||
ipso | this | |
x | float | |
y | float | |
Результат | bool |