C# Class VisualSAIStudio.DrawableContainerElement

Inheritance: VisualSAIStudio.DrawableElement
Mostra file Open project: BAndysc/VisualSAIStudio

Public Properties

Property Type Description
ChildrenModified EventHandler
children List

Protected Properties

Property Type Description
selectedChildren VisualSAIStudio.DrawableElement

Public Methods

Method Description
GetElementFromPos ( int x, int y ) : VisualSAIStudio.DrawableElement
setSelected ( Point mouse ) : void
setSelected ( bool value ) : void

Private Methods

Method Description
DeselectChildren ( ) : void

Method Details

GetElementFromPos() public method

public GetElementFromPos ( int x, int y ) : VisualSAIStudio.DrawableElement
x int
y int
return VisualSAIStudio.DrawableElement

setSelected() public method

public setSelected ( Point mouse ) : void
mouse Point
return void

setSelected() public method

public setSelected ( bool value ) : void
value bool
return void

Property Details

ChildrenModified public_oe property

public EventHandler ChildrenModified
return EventHandler

children public_oe property

public List children
return List

selectedChildren protected_oe property

protected DrawableElement,VisualSAIStudio selectedChildren
return VisualSAIStudio.DrawableElement