NetXP 3.0 Reference

DrawUtil.DrawGlyph Method 

Draws a NetXP common glyph using the given color, at the specified location.

[Visual Basic]
Public Shared Sub DrawGlyph( _
   ByVal glyph As Glyph, _
   ByVal color As Color, _
   ByVal g As Graphics, _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public static void DrawGlyph(
   Glyph glyph,
   Color color,
   Graphics g,
   int x,
   int y
);

Parameters

glyph
The NetXP common glyph to draw.
color
The color with which to draw it.
g
The graphics object where this glyph is to be drawn.
x
The location (x).
y
The location (y).

See Also

DrawUtil Class | NETXP.Library Namespace