C# Class GlueViewTestPlugins.EntityControl.Handles.Handle

A Circle handle
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
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

Method Details

AdjustSizeToCamera() public method

public AdjustSizeToCamera ( ) : void
return void

Handle() public method

public Handle ( Layer layer, Circle circle ) : System
layer Layer
circle Circle
return System

IsMouseOver() public method

Checks to see if the cursor is over the handle
public IsMouseOver ( ) : bool
return bool

RemoveFromShapeManager() public method

Removes the circle from the ShapeManager
public RemoveFromShapeManager ( ) : void
return void