RenderWindow Properties

SFML.Net

RenderWindow Properties

The RenderWindow type exposes the following members.

Properties
  Name Description
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property DefaultView
Default view of the window
Public property 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.)
Public property Position
Position of the window
(Overrides WindowPosition.)
Public property Settings
Creation settings of the window
(Overrides WindowSettings.)
Public property Size
Size of the rendering region of the window
(Overrides WindowSize.)
Public property SystemHandle
OS-specific handle of the window
(Overrides WindowSystemHandle.)
Top
See Also