ThemedIconSet.RenderGlyph Method

Namespace:  Microsoft.TeamFoundation.Controls.WinForms
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Protected Shared Sub RenderGlyph ( _
    foreground As Color, _
    Background As Color, _
    points As PointF(), _
    target As Bitmap _
)
protected static void RenderGlyph(
    Color foreground,
    Color Background,
    PointF[] points,
    Bitmap target
)
protected:
static void RenderGlyph(
    Color foreground, 
    Color Background, 
    array<PointF>^ points, 
    Bitmap^ target
)
static member RenderGlyph : 
        foreground:Color * 
        Background:Color * 
        points:PointF[] * 
        target:Bitmap -> unit
protected static function RenderGlyph(
    foreground : Color, 
    Background : Color, 
    points : PointF[], 
    target : Bitmap
)

Parameters

.NET Framework Security

See Also

Reference

ThemedIconSet Class

Microsoft.TeamFoundation.Controls.WinForms Namespace