#include <View.hpp>
Public Member Functions | |
sfView () | |
Default constructor. | |
sfView (float ViewLeft, float ViewTop, float ViewWidth, float ViewHeight, float ViewZoom=1.f) | |
Construct the view with position and size. | |
Public Attributes | |
float | Left |
Left position of view. | |
float | Top |
Top position of view. | |
float | Width |
Width of view. | |
float | Height |
Height of view. | |
float | Zoom |
Zoom (less than 1 is unzoom, greater than 1 is zoom). |
Definition at line 38 of file View.hpp.
sfView::sfView | ( | float | ViewLeft, | |
float | ViewTop, | |||
float | ViewWidth, | |||
float | ViewHeight, | |||
float | ViewZoom = 1.f | |||
) |
float sfView::Left |
float sfView::Top |
float sfView::Width |
float sfView::Height |
float sfView::Zoom |