C1.C1Preview Namespace > RenderArc Class : RenderArc Constructor |
Overload | Description |
---|---|
RenderArc Constructor() | Initializes a new instance of the RenderArc class. The start angle of the arc 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 arc's ellipse are set to those of the current RenderArc object. |
RenderArc Constructor(Unit,Unit,Single,Single) | Initializes a new instance of the RenderArc class, assigning the width, height, and start and sweep angles of the arc. The location of the arc's ellipse is set to the location of the current RenderPie. |
RenderArc Constructor(Unit,Unit,Single,Single,LineDef) | Initializes a new instance of the RenderArc class, assigning the width, height, start and sweep angles of the arc, and the LineDef used to draw the arc. The location of the arc's ellipse is set to the location of the current RenderPie. |
RenderArc Constructor(Unit,Unit,Single,Single,LineDef,Color) | Initializes a new instance of the RenderArc class, assigning the width, height, start and sweep angles of the arc, the LineDef used to draw the arc, and the color used to fill the segment formed by the arc and a line connecting its ends. The location of the arc's ellipse is set to the location of the current RenderPie. |
RenderArc Constructor(Unit,Unit,Single,Single,LineDef,Brush) | Initializes a new instance of the RenderArc class, assigning the width, height, start and sweep angles of the arc, the LineDef used to draw the arc, and the brush used to fill the segment formed by the arc and a line connecting its ends. The location of the arc's ellipse is set to the location of the current RenderPie. |
RenderArc Constructor(Unit,Unit,Unit,Unit,Single,Single) | Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc. |
RenderArc Constructor(Unit,Unit,Unit,Unit,Single,Single,LineDef) | Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc, and the LineDef used to draw the arc. |
RenderArc Constructor(Unit,Unit,Unit,Unit,Single,Single,LineDef,Color) | Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc, the LineDef used to draw the arc, and the color used to fill the segment formed by the arc and a line connecting its ends. |
RenderArc Constructor(Unit,Unit,Unit,Unit,Single,Single,LineDef,Brush) | Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc, the LineDef used to draw the arc, and the brush used to fill the segment formed by the arc and a line connecting its ends. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2