C# Класс GlueViewTestPlugins.EntityControl.Handles.Handle

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

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

Метод Описание
AdjustSizeToCamera ( ) : void
Handle ( Layer layer, Circle circle ) : System
IsMouseOver ( ) : bool

Checks to see if the cursor is over the handle

RemoveFromShapeManager ( ) : void

Removes the circle from the ShapeManager

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

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

public AdjustSizeToCamera ( ) : void
Результат void

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

public Handle ( Layer layer, Circle circle ) : System
layer Layer
circle Circle
Результат System

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

Checks to see if the cursor is over the handle
public IsMouseOver ( ) : bool
Результат bool

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

Removes the circle from the ShapeManager
public RemoveFromShapeManager ( ) : void
Результат void