C# Класс Fluent.NativeMethods.NCCALCSIZE_PARAMS

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
lppos System.IntPtr
rect0 Rect
rect1 Rect
rect2 Rect

Описание свойств

lppos публичное свойство

Pointer to a WINDOWPOS structure that contains the size and position values specified in the operation that moved or resized the window.
public IntPtr,System lppos
Результат System.IntPtr

rect0 публичное свойство

Specifies an array of rectangles. The meaning of the array of rectangles changes during the processing of the WM_NCALCSIZE message
public Rect rect0
Результат Rect

rect1 публичное свойство

Specifies an array of rectangles. The meaning of the array of rectangles changes during the processing of the WM_NCALCSIZE message
public Rect rect1
Результат Rect

rect2 публичное свойство

Specifies an array of rectangles. The meaning of the array of rectangles changes during the processing of the WM_NCALCSIZE message
public Rect rect2
Результат Rect