Search
Component.ArrangeInRect Method
See Also
 






Arranges a child component in specified layout rectangle.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected void ArrangeInRect (
    Component child,
    RenderContext context,
    double x,
    double y,
    double w,
    double h
)

Visual Basic  Copy Code

Protected Sub ArrangeInRect( _
    child As Component, _
    context As RenderContext, _
    x As Double, _
    y As Double, _
    w As Double, _
    h As Double _
)

 Parameters

child

A Component instance specifying the child to arrange.

context

A RenderContext instance.

x

Layout rectangle's horizontal position.

y

Layout rectangle's vertical position.

w

Layout rectangle's width.

h

Layout rectangle's height.

 See Also