C# Класс BitmapReader.Classes.MouseDragAction

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

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

Свойство Тип Описание
Color System.Drawing.Color
DiscardOffset bool
Points List

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

Метод Описание
AddPoint ( Point point ) : void
MouseDragAction ( List points, bool discardOffset = false, Color color = null ) : System.Collections.Generic
Play ( Point offset ) : IEnumerable
PushPoint ( Point point ) : void

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

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

public AddPoint ( Point point ) : void
point Point
Результат void

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

public MouseDragAction ( List points, bool discardOffset = false, Color color = null ) : System.Collections.Generic
points List
discardOffset bool
color System.Drawing.Color
Результат System.Collections.Generic

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

public Play ( Point offset ) : IEnumerable
offset Point
Результат IEnumerable

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

public PushPoint ( Point point ) : void
point Point
Результат void

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

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

public Color,System.Drawing Color
Результат System.Drawing.Color

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

public bool DiscardOffset
Результат bool

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

public List Points
Результат List