C# Класс CCT.NUI.Samples.ImageManipulation.InteractiveImage

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

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

Метод Описание
Draw ( Graphics g ) : void
InteractiveImage ( Bitmap image ) : System
InteractiveImage ( Bitmap image, int x, int y ) : System
Resize ( CCT.NUI.Core.Point startDragPoint, CCT.NUI.Core.Point startDragPoint2, CCT.NUI.Core.Point center1, CCT.NUI.Core.Point center2 ) : void
Translate ( float dx, float dy ) : void

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

Метод Описание
Reset ( ) : void
SetSize ( CCT.NUI.Core.Size size ) : void

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

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

public Draw ( Graphics g ) : void
g System.Drawing.Graphics
Результат void

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

public InteractiveImage ( Bitmap image ) : System
image System.Drawing.Bitmap
Результат System

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

public InteractiveImage ( Bitmap image, int x, int y ) : System
image System.Drawing.Bitmap
x int
y int
Результат System

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

public Resize ( CCT.NUI.Core.Point startDragPoint, CCT.NUI.Core.Point startDragPoint2, CCT.NUI.Core.Point center1, CCT.NUI.Core.Point center2 ) : void
startDragPoint CCT.NUI.Core.Point
startDragPoint2 CCT.NUI.Core.Point
center1 CCT.NUI.Core.Point
center2 CCT.NUI.Core.Point
Результат void

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

public Translate ( float dx, float dy ) : void
dx float
dy float
Результат void