RectLデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック フィールド
| 名前 | 解説 |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) | Bottom | The y-coordinate of the bottom edge. |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Empty | An empty rectangle. |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Infinite | An infinite rectangle. |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) | Left | The x-coordinate of the left edge. |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) | Right | The x-coordinate of the right edge. |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) | SizeInBytes | The size of the RectL type, in bytes. |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) | Top | The y-coordinate of the top edge. |
トップ
パブリック プロパティ
| 名前 | 解説 |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | HasSpace | Determines if there is some space within the rectangle. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Height | Gets or sets the height of the rectangle. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | IsEmpty | Determines if all components of RectLare equal to zero. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Location | Gets the point with coordinates of the left top corner of the rectangle. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Size | Gets the size of the rectangle. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Width | Gets or sets the width of the rectangle. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | X | Gets or sets the X coordinate of the rectangle. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | Y | Gets or sets the Y coordinate of the rectangle. |
トップ
パブリック メソッド
| 名前 | 解説 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | Contains | オーバーロードされます。 Determines if the specified point is contained within this rectangle. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | ContainsRef | Determines if the specified rectangle is fully contained within this rectangle. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | Equals | オーバーロードされます。 Indicates whether this instance and a specified object are equal. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | EqualsRef | Indicates whether this instance and a specified object are equal. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | FromLTRB | Creates a RectLstruct from (left, top, right, bottom) coordinates. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetHashCode | Returns a hash code for this instance. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | Inflate | オーバーロードされます。 Inflates the rectangle by the specified amount. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Intersect | Returns a rectangle that represents the intersection of two rectangles. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | IntersectFast | Quickly updates a rectangle to represent the intersection with another rectangle. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | IntersectRef | Returns a rectangle that represents the intersection of two rectangles. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | IntersectsWith | Determines if this rectangle intersects with rect. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | IntersectsWithRef | Determines if this rectangle intersects with rect. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | MakeLTRB | Converts the rectangle from (X, Y, Width, Height) to (Left, Top, Right, Bottom) coordinates. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | MakeXYWH | Converts the rectangle from (Left, Top, Right, Bottom) to (X, Y, Width, Height) coordinates. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | Offset | オーバーロードされます。 Offsets the rectangle by the specified amount. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | ToRectD | Converts RectLto RectD. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | ToRectF | Converts RectLto RectF. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | ToString | Returns a string that represents the current object. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Union | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | UnionRef | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. |
トップ
パブリック オペレータ
等価判定演算子 | Determines if the specified values are equal. |
等しくないか判定する演算子 | Determines if the specified values are not equal. |
トップ
参照