Свойство | Тип | Описание | |
---|---|---|---|
Height | float | ||
MyView | View | ||
OriginX | float | ||
OriginY | float | ||
Width | float |
Метод | Описание | |
---|---|---|
Draw ( System.TimeSpan Time, int WindowWidth, int WindowHeight ) : void | ||
ViewContainer ( float x, float y, float w, float h, View v ) : System |
public Draw ( System.TimeSpan Time, int WindowWidth, int WindowHeight ) : void | ||
Time | System.TimeSpan | |
WindowWidth | int | |
WindowHeight | int | |
Результат | void |
public ViewContainer ( float x, float y, float w, float h, View v ) : System | ||
x | float | |
y | float | |
w | float | |
h | float | |
v | View | |
Результат | System |