Table of Contents

Struct NativeMonitor

Namespace
InfiniFrame.Native
Assembly
InfiniFrame.Shared.dll

The NativeMonitor structure is used for communicating information about the monitor setup to and from native system calls. This structure is defined in a sequential layout for direct, unmanaged access to the underlying memory.

[SuppressMessage("ReSharper", "UnusedAutoPropertyAccessor.Global")]
public struct NativeMonitor
Inherited Members

Properties

Monitor

public NativeRect Monitor { readonly get; set; }

Property Value

NativeRect

Scale

public double Scale { readonly get; set; }

Property Value

double

Work

public NativeRect Work { readonly get; set; }

Property Value

NativeRect