Search
Component Methods
 


 Public Methods

  Name Description

add

Sums specified nullable number values.

arrange

Sets the location and size of this component relatively to its parent.

arrangeInRect

Arranges a child component in specified layout rectangle.

createController

Returns a ComponentController used to interact with this component.

draw

Draws this component in specified RenderContext.

getCursorHint

Invoked while the mouse is moved to let your application set the mouse cursor.

hitTest

Returns the component containing specified point.

invalidate

Invalidates the appearance of this component and calls its Draw method at next draw operation.

invalidateLayout

Invalidates the current layout and runs a new layout pass before next draw operation.

localToRoot

Transforms the specified point to the coordinate system of the root panel.

max

Returns the larger of specified values.

measure

Measures the desired size of this component.

rootToLocal

Transforms the specified point to the coordinate system of this component.

visit

Implements the visitor design pattern.

 See Also