Click or drag to resize

CLAYOUT Methods

The CLAYOUT type exposes the following members.

Methods
  NameDescription
Public methodCalculateRects
Calculate new positions based on initial conditions and constraints
Public methodClearAll
Remove all children and constraints from layout
Public methodClearConstraints
Remove all constraints from layout
Public methodStatic memberCreate
Creates a layout calculation object
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodGetRectangle
Gets the current bounds for a rectangle or the parent layout
Public methodGetRectName(Int32, String)
Gets an optional name the current info for a rectangle or the parent layout
Public methodGetRectName(Int32, String, Int32)
Gets an optional name the current info for a rectangle or the parent layout
Public methodiAddConstraint
Add a constraint between any two rectangles or to one with absolute positioning
Public methodiAddRectangle
Adds a rectangle as one of the layout's children (Higer.
Public methodiNumRectangles
Returns the number of children in the list.
Public methodSetRectangle
Sets the current bounds for a rectangle previously added to the layout
Public methodSetRectangleName
Sets an optional name the current info for a rectangle or the parent layout
Top
See Also