Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- bmp
Type: Microsoft.SPOT. . :: . .Bitmap
The source bitmap.
- outline
Type: Microsoft.SPOT.Presentation.Media. . :: . .Pen
The pen to use for the outline.
- x
Type: System. . :: . .Int32
The x-coordinate of the upper left corner.
- y
Type: System. . :: . .Int32
The y-coordinate of the upper left corner.
- xRadius
Type: System. . :: . .Int32
The x-radius of the ellipse.
- yRadius
Type: System. . :: . .Int32
The y-radius of the ellipse.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Rendering an ellipse is not supported with this brush. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.