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
- foreground
Type: System.Drawing.Color
- Background
Type: System.Drawing.Color
- points
Type: array<System.Drawing.PointF[]
- target
Type: System.Drawing.Bitmap
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.