Window Class

Defines the structure of the Window class.

Namespace: elsystem.platform

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Height double Gets the height of the window in pixels.
Public property IsReady bool Gets or sets a value that indicates whether the window is ready.
Public property Width double Gets the width of the window in pixels.
Public property X double Gets the X-coordinate of the top-left corner of the window.
Public property Y double Gets the Y-coordinate of the top-left corner of the window.
Methods
  Name Description
Public property Create Initializes a new instance of the Window class.