SFML.Net
RenderWindow Properties |
The RenderWindow type exposes the following members.

Name | Description | |
---|---|---|
![]() |
CPointer |
Access to the internal pointer of the object.
For internal use only
(Inherited from ObjectBase.) |
![]() |
DefaultView |
Default view of the window
|
![]() |
IsOpen |
Tell whether or not the window is opened (ie. has been created).
Note that a hidden window (Show(false))
will still return true
(Overrides WindowIsOpen.) |
![]() |
Position |
Position of the window
(Overrides WindowPosition.) |
![]() |
Settings |
Creation settings of the window
(Overrides WindowSettings.) |
![]() |
Size |
Size of the rendering region of the window
(Overrides WindowSize.) |
![]() |
SystemHandle |
OS-specific handle of the window
(Overrides WindowSystemHandle.) |
