C# Класс Sphere.Core.Editor.EditorPanel

A fast drawing panel for editing, without worrying about odd scroll-to behavior.
Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект

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

Метод Описание
EditorPanel ( ) : System.Drawing

Initializes a new instance of the EditorPanel.

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

Метод Описание
OnScroll ( ScrollEventArgs se ) : void

Overrides the default scroll behavior to add grid snapping.

ScrollToControl ( Control activeControl ) : Point

For fixing the horrendous scroll-to behavior.

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

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

Initializes a new instance of the EditorPanel.
public EditorPanel ( ) : System.Drawing
Результат System.Drawing

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

Overrides the default scroll behavior to add grid snapping.
protected OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs The scrolling properties.
Результат void

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

For fixing the horrendous scroll-to behavior.
protected ScrollToControl ( Control activeControl ) : Point
activeControl System.Windows.Forms.Control Doesn't matter.
Результат System.Drawing.Point