C# Класс SharpNeat.View.Viewport

A user control that provides a re-sizable area that can be painted to by an IViewportPainter.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RefreshImage ( ) : void

Refresh/repaint the image being displayed by the control.

Viewport ( ) : System

Default constructor. Required for user controls.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PictureBox_DoubleClick ( object sender, System e ) : void
PictureBox_SizeChanged ( object sender, System e ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Refresh/repaint the image being displayed by the control.
public RefreshImage ( ) : void
Результат void

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

Default constructor. Required for user controls.
public Viewport ( ) : System
Результат System