名前 | 解説 | |
---|---|---|
Frozen | Gets a value indicating if the LayoutRect does not allow any modifications. | |
HasArea | Gets a value indicating whether the LayoutRect occupies non-zero area. | |
HasDimension | Gets a value indicating whether the LayoutRect has non-zero width or height. | |
Height | Gets the height of the LayoutRect. | |
Invalid | Gets a value indicating if the LayoutRect is invalid. | |
P0 | Gets the coordinates of the top left corner. | |
P0X | Gets the X coordinate of the top left corner. | |
P0Y | Gets the Y coordinate of the top left corner. | |
P1 | Gets the coordinates of the top right corner. | |
P1X | Gets the X coordinate of the top right corner. | |
P1Y | Gets the Y coordinate of the top right corner. | |
P2 | Gets the coordinates of the bottom left corner. | |
P2X | Gets the X coordinate of the bottom left corner. | |
P2Y | Gets the Y coordinate of the bottom left corner. | |
P3 | Gets the coordinates of the bottom right corner. | |
P3X | Gets the X coordinate of the bottom right corner. | |
P3Y | Gets the Y coordinate of the bottom right corner. | |
Resolved | Gets a value indicating if the LayoutRect is resolved. | |
ResolvedAndValid | Gets a value indicating if the LayoutRect is resolved and valid. | |
RotationAngle | Gets the actual rotation angle of the LayoutRect, in degrees. | |
Tag | Gets or sets the object that contains data about the LayoutRect. | |
Transform | Gets the transformation matrix of the LayoutRect taking into account the owner LayoutView transformation, the top left corner position (P0), and the rotation angle. | |
View | Gets the owner LayoutView object. | |
Width | Gets the width of the LayoutRect. |