| Name | Description |
| AnchorBottomLeft | Overloaded. Anchors a LayoutRect to the bottom left corner and rotation angle of anchorRect.
The top right corner is not fixed and requires additional constraints. |
| AnchorBottomLeftRight | Overloaded. Anchors a LayoutRect to the bottom, left, right sides and rotation angle of anchorRect.
The top side is not fixed and requires an additional constraint. |
| AnchorBottomRight | Overloaded. Anchors a LayoutRect to the bottom right corner and rotation angle of anchorRect.
The top left corner is not fixed and requires additional constraints. |
| AnchorDeflate | Overloaded. Deflates a LayoutRect relative to anchorRect. |
| AnchorExact | Anchors a LayoutRect to exactly the same bounds and rotation angle as . |
| AnchorHorizontalLine | Anchors a LayoutRect to the left and right sides and rotation angle of and sets zero height.
The vertical position is not fixed and requires an additional constraint. |
| AnchorInflate | Overloaded. Inflates a LayoutRect relative to anchorRect. |
| AnchorLeftRight | Overloaded. Anchors a LayoutRect to the left and right sides and rotation angle of anchorRect.
The top and bottom sides are not fixed and require additional constraints. |
| AnchorLeftTopBottom | Overloaded. Anchors a LayoutRect to the left, top, bottom sides and rotation angle of anchorRect.
The right side is not fixed and requires an additional constraint. |
| AnchorRightTopBottom | Overloaded. Anchors a LayoutRect to the right, top, bottom sides and rotation angle of anchorRect.
The left side is not fixed and requires an additional constraint. |
| AnchorTopBottom | Overloaded. Anchors a LayoutRect to the top and bottom sides and rotation angle of anchorRect.
The left and right sides are not fixed and require additional constraints. |
| AnchorTopLeft | Overloaded. Anchors a LayoutRect to the top left corner and rotation angle of anchorRect.
The bottom right corner is not fixed and requires additional constraints. |
| AnchorTopLeftRight | Overloaded. Anchors a LayoutRect to the top, left, right sides and rotation angle of anchorRect.
The bottom side is not fixed and requires an additional constraint. |
| AnchorTopRight | Overloaded. Anchors a LayoutRect to the top right corner and rotation angle of anchorRect.
The bottom left corner is not fixed and requires additional constraints. |
| AnchorVerticalLine | Anchors a LayoutRect to the top and bottom sides and rotation angle of and sets zero width.
The horizontal position is not fixed and requires an additional constraint. |
| AppendMaxBottom | Overloaded. Adds a MaxBottom constraint relative to anchorRect. |
| AppendMaxHeight | Overloaded. Adds a MaxHeight constraint. |
| AppendMaxLeft | Overloaded. Adds a MaxLeft constraint relative to anchorRect. |
| AppendMaxRight | Overloaded. Adds a MaxRight constraint relative to anchorRect. |
| AppendMaxTop | Overloaded. Adds a MaxTop constraint relative to anchorRect. |
| AppendMaxWidth | Overloaded. Adds a MaxWidth constraint. |
| AppendMinBottom | Overloaded. Adds a MinBottom constraint relative to anchorRect. |
| AppendMinHeight | Overloaded. Adds a MinHeight constraint. |
| AppendMinLeft | Overloaded. Adds a MinLeft constraint relative to anchorRect. |
| AppendMinRight | Overloaded. Adds a MinRight constraint relative to anchorRect. |
| AppendMinTop | Overloaded. Adds a MinTop constraint relative to anchorRect. |
| AppendMinWidth | Overloaded. Adds a MinWidth constraint. |
| AppendPositionConstraint | Overloaded. Adds a PositionConstraint relative to anchorRect. |
| AppendSizeConstraint | Overloaded. Adds a SizeConstraint. |
| AppendStarSizeConstraint | Adds a StarWidth or StarHeight constraint. |
| AsRectF | Returns a System.Drawing.RectangleF with the same Width and Height as this LayoutRect. |
| Contains | Determines if the rectangular region represented by is entirely contained within this LayoutRect. |
| CreatePoint | Creates a point to be used as an anchor for other LayoutRects. |
| DetachFromView | Detaches the LayoutRect from its owner LayoutView and removes all constraints referencing the LayoutRect. |
| GetAngleConstraint | Searches for the AngleConstraint. |
| GetAngleRelativeTo | Gets the rotation angle of the current LayoutRect from the standpoint of the . |
| GetAspectRatioConstraint | Searches for the AspectRatioConstraint. |
| GetConstraint | Overloaded. Searches for the first constraint for the specified target parameter. |
| GetContourConstraints | Returns the list of ContourConstraints. |
| GetIntersectionRelativeToSelf | Returns a System.Drawing.RectangleF that represents the intersection of two rectangles, relative to this LayoutRect. |
| GetIntersectionRelativeToView | Returns a System.Drawing.RectangleF that represents the intersection of two rectangles, relative to the view rectangle. |
| GetPositionConstraint | Searches for the first PositionConstraint for the specified target parameter. |
| GetSizeConstraint | Searches for the first SizeConstraint for the specified target parameter. |
| GetStarSizeConstraint | Searches for the StarSizeConstraint for the specified target parameter. |
| IntersectsWith | Determines if this LayoutRect intersects with . |
| RemoveAllConstraints | Detaches all constraints from the current LayoutRect. |
| RemoveConstraint | Overloaded. Detaches the specified Constraint from the LayoutRect. |
| SetAngle | Adds an Angle constraint relative to . |
| SetAspectRatio | Adds an AspectRatio constraint. |
| SetBottom | Overloaded. Adds a Bottom constraint relative to anchorRect. |
| SetBottomAndOpposite | Adds a Bottom constraint relative to and the corresponding opposite constraint. |
| SetHeight | Overloaded. Adds a Height constraint. |
| SetHorizontalCenter | Overloaded. Adds a HorizontalCenter constraint relative to anchorRect. |
| SetLeft | Overloaded. Adds a Left constraint relative to anchorRect. |
| SetLeftAndOpposite | Adds a Left constraint relative to and the corresponding opposite constraint. |
| SetRight | Overloaded. Adds a Right constraint relative to anchorRect. |
| SetRightAndOpposite | Adds a Right constraint relative to and the corresponding opposite constraint. |
| SetStarHeight | Adds a StarHeight constraint. |
| SetStarWidth | Adds a StarWidth constraint. |
| SetTop | Overloaded. Adds a Top constraint relative to anchorRect. |
| SetTopAndOpposite | Adds a Top constraint relative to and the corresponding opposite constraint. |
| SetVerticalCenter | Overloaded. Adds a VerticalCenter constraint relative to anchorRect. |
| SetWidth | Overloaded. Adds a Width constraint. |
| ToRectangleF | Converts a LayoutRect to System.Drawing.RectangleF relative to the . |
| ToString | Returns a string that represents the current LayoutRect. |