Table of Contents

Class Window

Namespace
ReFuel.UI
Assembly
ReFuel.dll
public class Window : NativeWindow, IDisposable
Inheritance
Window
Implements
Inherited Members

Constructors

Window()

public Window()

Window(NativeWindowSettings)

public Window(NativeWindowSettings settings)

Parameters

settings NativeWindowSettings

Properties

AutoPaint

public bool AutoPaint { get; set; }

Property Value

bool

DefaultSettings

public static NativeWindowSettings DefaultSettings { get; }

Property Value

NativeWindowSettings

Methods

Dispose(bool)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

protected override void Dispose(bool disposing)

Parameters

disposing bool

NotifyPaint()

public void NotifyPaint()

OnPaint()

public virtual void OnPaint()

Events

Paint

public event Action? Paint

Event Type

Action