C# Class VisualSAIStudio.DrawableContainerElement

Inheritance: VisualSAIStudio.DrawableElement
Afficher le fichier Open project: BAndysc/VisualSAIStudio

Méthodes publiques

Свойство Type Description
ChildrenModified EventHandler
children List

Protected Properties

Свойство Type Description
selectedChildren VisualSAIStudio.DrawableElement

Méthodes publiques

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

Private Methods

Méthode Description
DeselectChildren ( ) : void

Method Details

GetElementFromPos() public méthode

public GetElementFromPos ( int x, int y ) : VisualSAIStudio.DrawableElement
x int
y int
Résultat VisualSAIStudio.DrawableElement

setSelected() public méthode

public setSelected ( Point mouse ) : void
mouse Point
Résultat void

setSelected() public méthode

public setSelected ( bool value ) : void
value bool
Résultat void

Property Details

ChildrenModified public_oe property

public EventHandler ChildrenModified
Résultat EventHandler

children public_oe property

public List children
Résultat List

selectedChildren protected_oe property

protected DrawableElement,VisualSAIStudio selectedChildren
Résultat VisualSAIStudio.DrawableElement