C# Класс ScreenToGif.Capture.Win32Stuff.CURSORINFO

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
cbSize System.Int32
flags System.Int32
hCursor System.IntPtr
ptScreenPos POINT

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

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

Specifies the size, in bytes, of the structure.
public Int32,System cbSize
Результат System.Int32

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

Specifies the cursor state. This parameter can be one of the following values:
public Int32,System flags
Результат System.Int32

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

Handle to the cursor.
public IntPtr,System hCursor
Результат System.IntPtr

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

A POINT structure that receives the screen coordinates of the cursor.
public POINT ptScreenPos
Результат POINT