Element Type

Constructors

Constructor Description

Element()

Full Usage: Element()

Returns: Element
Returns: Element

Instance members

Instance member Description

this.AddClass

Full Usage: this.AddClass

Parameters:
c : CyStyleClass

Static members

Static member Description

Element.Init(?Data, ?Group, ?Scratch, ?Position, ?Selected, ?Selectable, ?Locked, ?Grabbable, ?Pannable)

Full Usage: Element.Init(?Data, ?Group, ?Scratch, ?Position, ?Selected, ?Selectable, ?Locked, ?Grabbable, ?Pannable)

Parameters:
    ?Data : Data
    ?Group : 'a
    ?Scratch : 'b
    ?Position : 'c
    ?Selected : bool
    ?Selectable : bool
    ?Locked : bool
    ?Grabbable : bool
    ?Pannable : bool

Returns: Element

Init Element()

?Data : Data
?Group : 'a
?Scratch : 'b
?Position : 'c
?Selected : bool
?Selectable : bool
?Locked : bool
?Grabbable : bool
?Pannable : bool
Returns: Element

Element.Update(?Data, ?Group, ?Scratch, ?Position, ?Selected, ?Selectable, ?Locked, ?Grabbable, ?Pannable)

Full Usage: Element.Update(?Data, ?Group, ?Scratch, ?Position, ?Selected, ?Selectable, ?Locked, ?Grabbable, ?Pannable)

Parameters:
    ?Data : Data
    ?Group : 'a
    ?Scratch : 'b
    ?Position : 'c
    ?Selected : bool
    ?Selectable : bool
    ?Locked : bool
    ?Grabbable : bool
    ?Pannable : bool

Returns: Element -> Element
?Data : Data
?Group : 'a
?Scratch : 'b
?Position : 'c
?Selected : bool
?Selectable : bool
?Locked : bool
?Grabbable : bool
?Pannable : bool
Returns: Element -> Element