C# Класс ScreenToGif.Util.CursorInfo

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

Открытые методы

Метод Описание
CursorInfo ( Bitmap image, System.Windows.Point position, bool clicked, double dpi = 1 ) : System

Default constructor.

Описание методов

CursorInfo() публичный Метод

Default constructor.
public CursorInfo ( Bitmap image, System.Windows.Point position, bool clicked, double dpi = 1 ) : System
image System.Drawing.Bitmap The Image of teh cursor.
position System.Windows.Point The Position of the cursor.
clicked bool True if clicked.
dpi double The screen dots per inches
Результат System