C# Класс SharpNeat.View.Graph.IOGraphViewportPainter

An IViewportPainter that paints IOGraph objects.
Наследование: IViewportPainter
Показать файл Открыть проект Примеры использования класса

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

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

Constructs with the provided graph painter and a default layout manager.

IOGraphViewportPainter ( IOGraphPainter graphPainter, ILayoutManager layoutManager ) : System.Drawing

Constructs with the provided graph painter and layout manager.

Paint ( Graphics g, Rectangle viewportArea, float zoomFactor ) : void

Paints the wrapped IOGraph onto the specified viewport. Does nothing if no IOGraph has been provided.

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

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

Constructs with the provided graph painter and a default layout manager.
public IOGraphViewportPainter ( IOGraphPainter graphPainter ) : System.Drawing
graphPainter IOGraphPainter
Результат System.Drawing

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

Constructs with the provided graph painter and layout manager.
public IOGraphViewportPainter ( IOGraphPainter graphPainter, ILayoutManager layoutManager ) : System.Drawing
graphPainter IOGraphPainter
layoutManager ILayoutManager
Результат System.Drawing

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

Paints the wrapped IOGraph onto the specified viewport. Does nothing if no IOGraph has been provided.
public Paint ( Graphics g, Rectangle viewportArea, float zoomFactor ) : void
g System.Drawing.Graphics
viewportArea System.Drawing.Rectangle
zoomFactor float
Результат void