C1.C1Preview Namespace > RenderEllipse Class : RenderEllipse Constructor |
Overload | Description |
---|---|
RenderEllipse Constructor() | Initializes a new instance of the RenderEllipse class. The location and size of the ellipse are set to those of the current RenderEllipse object. |
RenderEllipse Constructor(Unit,Unit) | Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse. The location of the ellipse is set to the location of the current RenderEllipse. |
RenderEllipse Constructor(Unit,Unit,LineDef) | Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse, and the LineDef used to draw it. The location of the ellipse is set to the location of the current RenderEllipse. |
RenderEllipse Constructor(Unit,Unit,LineDef,Color) | Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse, the LineDef used to draw it, and the fill color. The location of the ellipse is set to the location of the current RenderEllipse. |
RenderEllipse Constructor(Unit,Unit,LineDef,Brush) | Initializes a new instance of the RenderEllipse class, assigning the width and height of the ellipse, the LineDef used to draw it, and the fill brush. The location of the ellipse is set to the location of the current RenderEllipse. |
RenderEllipse Constructor(Unit,Unit,Unit,Unit) | Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse. |
RenderEllipse Constructor(Unit,Unit,Unit,Unit,LineDef) | Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse, and the LineDef used to draw it. |
RenderEllipse Constructor(Unit,Unit,Unit,Unit,LineDef,Color) | Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse, the LineDef used to draw it, and the fill color. |
RenderEllipse Constructor(Unit,Unit,Unit,Unit,LineDef,Brush) | Initializes a new instance of the RenderEllipse class, assigning the location and the size of the ellipse, the LineDef used to draw it, and the fill brush. |
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