C# Класс Pinta.Core.BaseBrushTool

Наследование: BaseTool
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
brush_width ToolBarComboBox
brush_width_label ToolBarLabel
brush_width_minus Pinta.Core.ToolBarButton
brush_width_plus Pinta.Core.ToolBarButton
mouse_button uint
surface_modified bool
undo_surface Cairo.ImageSurface

Защищенные методы

Метод Описание
GetRectangleFromPoints ( Point a, Point b ) : Gdk.Rectangle
MinusButtonClickedEvent ( object o, EventArgs args ) : void
OnBuildToolBar ( Gtk.Toolbar tb ) : void
OnMouseDown ( Gtk canvas, Gtk args, Cairo point ) : void
OnMouseUp ( Gtk canvas, Gtk args, Cairo point ) : void
PlusButtonClickedEvent ( object o, EventArgs args ) : void

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

GetRectangleFromPoints() защищенный Метод

protected GetRectangleFromPoints ( Point a, Point b ) : Gdk.Rectangle
a Point
b Point
Результат Gdk.Rectangle

MinusButtonClickedEvent() защищенный Метод

protected MinusButtonClickedEvent ( object o, EventArgs args ) : void
o object
args System.EventArgs
Результат void

OnBuildToolBar() защищенный Метод

protected OnBuildToolBar ( Gtk.Toolbar tb ) : void
tb Gtk.Toolbar
Результат void

OnMouseDown() защищенный Метод

protected OnMouseDown ( Gtk canvas, Gtk args, Cairo point ) : void
canvas Gtk
args Gtk
point Cairo
Результат void

OnMouseUp() защищенный Метод

protected OnMouseUp ( Gtk canvas, Gtk args, Cairo point ) : void
canvas Gtk
args Gtk
point Cairo
Результат void

PlusButtonClickedEvent() защищенный Метод

protected PlusButtonClickedEvent ( object o, EventArgs args ) : void
o object
args System.EventArgs
Результат void

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

brush_width защищенное свойство

protected ToolBarComboBox,Pinta.Core brush_width
Результат ToolBarComboBox

brush_width_label защищенное свойство

protected ToolBarLabel,Pinta.Core brush_width_label
Результат ToolBarLabel

brush_width_minus защищенное свойство

protected ToolBarButton,Pinta.Core brush_width_minus
Результат Pinta.Core.ToolBarButton

brush_width_plus защищенное свойство

protected ToolBarButton,Pinta.Core brush_width_plus
Результат Pinta.Core.ToolBarButton

mouse_button защищенное свойство

protected uint mouse_button
Результат uint

surface_modified защищенное свойство

protected bool surface_modified
Результат bool

undo_surface защищенное свойство

protected ImageSurface,Cairo undo_surface
Результат Cairo.ImageSurface