オーバーロード一覧
オーバーロード | 解説 |
RenderRectangle コンストラクタ() | Initializes a new instance of the RenderRectangle class. The location and size of the rectangle are set to those of the current RenderRectangle object. |
RenderRectangle コンストラクタ(Unit,Unit) | Initializes a new instance of the RenderRectangle class, assigning the width and height of the rectangle. The location of the rectangle is set to the location of the current RenderRectangle. |
RenderRectangle コンストラクタ(Unit,Unit,LineDef) | Initializes a new instance of the RenderRectangle class, assigning the width and height of the rectangle, and the LineDef used to draw it. The location of the rectangle is set to the location of the current RenderRectangle. |
RenderRectangle コンストラクタ(Unit,Unit,LineDef,Color) | Initializes a new instance of the RenderRectangle class, assigning the width and height of the rectangle, the LineDef used to draw it, and the fill color. The location of the rectangle is set to the location of the current RenderRectangle. |
RenderRectangle コンストラクタ(Unit,Unit,LineDef,Brush) | Initializes a new instance of the RenderRectangle class, assigning the width and height of the rectangle, the LineDef used to draw it, and the fill brush. The location of the rectangle is set to the location of the current RenderRectangle. |
RenderRectangle コンストラクタ(Unit,Unit,Unit,Unit) | Initializes a new instance of the RenderRectangle class, assigning the location and the size of the rectangle. |
RenderRectangle コンストラクタ(Unit,Unit,Unit,Unit,LineDef) | Initializes a new instance of the RenderRectangle class, assigning the location and the size of the rectangle, and the LineDef used to draw it. |
RenderRectangle コンストラクタ(Unit,Unit,Unit,Unit,LineDef,Color) | Initializes a new instance of the RenderRectangle class, assigning the location and the size of the rectangle, the LineDef used to draw it, and the fill color. |
RenderRectangle コンストラクタ(Unit,Unit,Unit,Unit,LineDef,Brush) | Initializes a new instance of the RenderRectangle class, assigning the location and the size of the rectangle, the LineDef used to draw it, and the fill brush. |
参照