Treehopper C# API
MinMaxInfo Struct Reference

Public Attributes

Point Reserved
 
Point MaxSize
 The maximized width (x member) and the maximized height (y member) of the window. More...
 
Point MaxPosition
 The position of the left side of the maximized window (x member) and the position of the top of the maximized window (y member). More...
 
Point MinTrackSize
 The minimum tracking width (x member) and the minimum tracking height (y member) of the window. More...
 
Point MaxTrackSize
 The maximum tracking width (x member) and the maximum tracking height (y member) of the window. More...
 

Member Data Documentation

◆ MaxPosition

Point MaxPosition

The position of the left side of the maximized window (x member) and the position of the top of the maximized window (y member).

For top-level windows, this value is based on the position of the primary monitor.

◆ MaxSize

Point MaxSize

The maximized width (x member) and the maximized height (y member) of the window.

For top-level windows, this value is based on the width of the primary monitor.

◆ MaxTrackSize

Point MaxTrackSize

The maximum tracking width (x member) and the maximum tracking height (y member) of the window.

This value is based on the size of the virtual screen and can be obtained programmatically from the system metrics SM_CXMAXTRACK and SM_CYMAXTRACK (see the GetSystemMetrics function).

◆ MinTrackSize

Point MinTrackSize

The minimum tracking width (x member) and the minimum tracking height (y member) of the window.

This value can be obtained programmatically from the system metrics SM_CXMINTRACK and SM_CYMINTRACK (see the GetSystemMetrics function).

◆ Reserved

Point Reserved

The documentation for this struct was generated from the following file: