Overload | Description |
RenderPie Constructor() | Initializes a new instance of the RenderPie class. The start angle of the pie is set to 0, while the sweep angle is set to 360 degrees, thus making it a complete ellipse. The location and size of the ellipse are set to those of the current RenderPie object. |
RenderPie Constructor(Unit,Unit,Single,Single) | Initializes a new instance of the RenderPie class, assigning the width, height, and start and sweep angles of the pie shape. The location of the shape is set to the location of the current RenderPie. |
RenderPie Constructor(Unit,Unit,Single,Single,LineDef) | Initializes a new instance of the RenderPie class, assigning the width, height, start and sweep angles of the pie shape, and the LineDef used to draw the shape. The location of the shape is set to the location of the current RenderPie. |
RenderPie Constructor(Unit,Unit,Single,Single,LineDef,Color) | Initializes a new instance of the RenderPie class, assigning the width, height, start and sweep angles of the pie shape, the LineDef used to draw the shape, and the fill color. The location of the shape is set to the location of the current RenderPie. |
RenderPie Constructor(Unit,Unit,Single,Single,LineDef,Brush) | Initializes a new instance of the RenderPie class, assigning the width, height, start and sweep angles of the pie shape, the LineDef used to draw the shape, and the fill brush. The location of the shape is set to the location of the current RenderPie. |
RenderPie Constructor(Unit,Unit,Unit,Unit,Single,Single) | Initializes a new instance of the RenderPie class, assigning the location, size, and start and sweep angles of the pie shape. |
RenderPie Constructor(Unit,Unit,Unit,Unit,Single,Single,LineDef) | Initializes a new instance of the RenderPie class, assigning the location, size, start and sweep angles of the pie shape, and the LineDef used to draw the shape. |
RenderPie Constructor(Unit,Unit,Unit,Unit,Single,Single,LineDef,Color) | Initializes a new instance of the RenderPie class, assigning the location, size, start and sweep angles of the pie shape, the LineDef used to draw the shape, and the fill color. |
RenderPie Constructor(Unit,Unit,Unit,Unit,Single,Single,LineDef,Brush) | Initializes a new instance of the RenderPie class, assigning the location, size, start and sweep angles of the pie shape, the LineDef used to draw the shape, and the fill brush. |