Show / Hide Table of Contents

Class WindowHandle

Implementation of the cross-platform abstraction of the window handle.

Inheritance
System.Object
WindowHandle
Implements
IWindowHandle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Imp.Graphics.Desktop
Assembly: Fusee.Engine.Imp.Graphics.Desktop.dll
Syntax
public class WindowHandle : IWindowHandle

Properties

Handle

The Window Handle as IntPtr

Declaration
public IntPtr Handle { get; }
Property Value
Type Description
System.IntPtr

Implements

IWindowHandle
Generated by DocFX
GitHub Repo
Back to top