Share via


RenderRectangle Method

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

Renders a rectangle.

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

Syntax

'Declaration
Protected Friend MustOverride Sub RenderRectangle ( _
    bmp As Bitmap, _
    outline As Pen, _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer _
)
protected internal abstract void RenderRectangle(
    Bitmap bmp,
    Pen outline,
    int x,
    int y,
    int width,
    int height
)
protected public:
virtual void RenderRectangle(
    Bitmap^ bmp, 
    Pen^ outline, 
    int x, 
    int y, 
    int width, 
    int height
) abstract
abstract RenderRectangle : 
        bmp:Bitmap * 
        outline:Pen * 
        x:int * 
        y:int * 
        width:int * 
        height:int -> unit 
 abstract function RenderRectangle(
    bmp : Bitmap, 
    outline : Pen, 
    x : int, 
    y : int, 
    width : int, 
    height : int
)

Parameters

.NET Framework Security

See Also

Reference

Brush Class

Microsoft.SPOT.Presentation.Media Namespace