Window Properties

SFML.Net

Window Properties

The Window 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 IsOpen
Tell whether or not the window is opened (ie. has been created). Note that a hidden window (Show(false)) will still return true
Public property Position
Position of the window
Public property Settings
Creation settings of the window
Public property Size
Size of the rendering region of the window
Public property SystemHandle
OS-specific handle of the window
Top
See Also