Search
Component Methods
 


 Public Methods

  Name Description

Arrange

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

CreateController

Returns a ComponentController used to interact with this component.

Draw

Draws this component in specified RenderContext.

HitTest

Returns the component containing specified point.

Invalidate

Overloaded. Invalidates the appearance of this component.

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.

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.

 Protected Methods

  Name Description

Add

Sums specified nullable double values.

ArrangeInRect

Arranges a child component in specified layout rectangle.

Max

Returns the larger of specified values.

 See Also