Share via


RenderEllipse Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Renders an ellipse.

Namespace:  Microsoft.SPOT.Presentation.Media
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Protected Friend Overridable Sub RenderEllipse ( _
    bmp As Bitmap, _
    outline As Pen, _
    x As Integer, _
    y As Integer, _
    xRadius As Integer, _
    yRadius As Integer _
)
protected internal virtual void RenderEllipse(
    Bitmap bmp,
    Pen outline,
    int x,
    int y,
    int xRadius,
    int yRadius
)
protected public:
virtual void RenderEllipse(
    Bitmap^ bmp, 
    Pen^ outline, 
    int x, 
    int y, 
    int xRadius, 
    int yRadius
)
abstract RenderEllipse : 
        bmp:Bitmap * 
        outline:Pen * 
        x:int * 
        y:int * 
        xRadius:int * 
        yRadius:int -> unit 
override RenderEllipse : 
        bmp:Bitmap * 
        outline:Pen * 
        x:int * 
        y:int * 
        xRadius:int * 
        yRadius:int -> unit 
 function RenderEllipse(
    bmp : Bitmap, 
    outline : Pen, 
    x : int, 
    y : int, 
    xRadius : int, 
    yRadius : int
)

Parameters

Exceptions

Exception Condition
NotSupportedException

Rendering an ellipse is not supported with this brush.

.NET Framework Security

See Also

Reference

Brush Class

Microsoft.SPOT.Presentation.Media Namespace