名前 | 解説 | |
---|---|---|
AnchorBottomLeft | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 Deflates a LayoutRect relative to anchorRect. | |
AnchorExact | Anchors a LayoutRect to exactly the same bounds and rotation angle as anchorRect. | |
AnchorHorizontalLine | Anchors a LayoutRect to the left and right sides and rotation angle of anchorRect and sets zero height.
The vertical position is not fixed and requires an additional constraint. | |
AnchorInflate | オーバーロードされます。 Inflates a LayoutRect relative to anchorRect. | |
AnchorLeftRight | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 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 | オーバーロードされます。 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 anchorRect and sets zero width.
The horizontal position is not fixed and requires an additional constraint. | |
AppendMaxBottom | オーバーロードされます。 Adds a MaxBottom constraint relative to anchorRect. | |
AppendMaxHeight | オーバーロードされます。 Adds a MaxHeight constraint. | |
AppendMaxLeft | オーバーロードされます。 Adds a MaxLeft constraint relative to anchorRect. | |
AppendMaxRight | オーバーロードされます。 Adds a MaxRight constraint relative to anchorRect. | |
AppendMaxTop | オーバーロードされます。 Adds a MaxTop constraint relative to anchorRect. | |
AppendMaxWidth | オーバーロードされます。 Adds a MaxWidth constraint. | |
AppendMinBottom | オーバーロードされます。 Adds a MinBottom constraint relative to anchorRect. | |
AppendMinHeight | オーバーロードされます。 Adds a MinHeight constraint. | |
AppendMinLeft | オーバーロードされます。 Adds a MinLeft constraint relative to anchorRect. | |
AppendMinRight | オーバーロードされます。 Adds a MinRight constraint relative to anchorRect. | |
AppendMinTop | オーバーロードされます。 Adds a MinTop constraint relative to anchorRect. | |
AppendMinWidth | オーバーロードされます。 Adds a MinWidth constraint. | |
AppendPositionConstraint | オーバーロードされます。 Adds a PositionConstraint relative to anchorRect. | |
AppendSizeConstraint | オーバーロードされます。 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 otherRect 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 targetRect. | |
GetAspectRatioConstraint | Searches for the AspectRatioConstraint. | |
GetConstraint | オーバーロードされます。 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 otherRect. | |
RemoveAllConstraints | Detaches all constraints from the current LayoutRect. | |
RemoveConstraint | オーバーロードされます。 Detaches the specified Constraint from the LayoutRect. | |
SetAngle | Adds an Angle constraint relative to anchorRect. | |
SetAspectRatio | Adds an AspectRatio constraint. | |
SetBottom | オーバーロードされます。 Adds a Bottom constraint relative to anchorRect. | |
SetBottomAndOpposite | Adds a Bottom constraint relative to anchorRect and the corresponding opposite constraint. | |
SetHeight | オーバーロードされます。 Adds a Height constraint. | |
SetHorizontalCenter | オーバーロードされます。 Adds a HorizontalCenter constraint relative to anchorRect. | |
SetLeft | オーバーロードされます。 Adds a Left constraint relative to anchorRect. | |
SetLeftAndOpposite | Adds a Left constraint relative to anchorRect and the corresponding opposite constraint. | |
SetRight | オーバーロードされます。 Adds a Right constraint relative to anchorRect. | |
SetRightAndOpposite | Adds a Right constraint relative to anchorRect and the corresponding opposite constraint. | |
SetStarHeight | Adds a StarHeight constraint. | |
SetStarWidth | Adds a StarWidth constraint. | |
SetTop | オーバーロードされます。 Adds a Top constraint relative to anchorRect. | |
SetTopAndOpposite | Adds a Top constraint relative to anchorRect and the corresponding opposite constraint. | |
SetVerticalCenter | オーバーロードされます。 Adds a VerticalCenter constraint relative to anchorRect. | |
SetWidth | オーバーロードされます。 Adds a Width constraint. | |
ToRectangleF | Converts a LayoutRect to System.Drawing.RectangleF relative to the targetRect. | |
ToString | Returns a string that represents the current LayoutRect. |