Version

GlyphDrawingInfo Constructor

Creates a new instance of the GlyphDrawingInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal graphics As Graphics, _
   ByVal destRect As Rectangle, _
   ByVal uiElementButtonState As UIElementButtonState, _
   ByVal alphaLevel As Short, _
   ByVal alphaBlendMode As AlphaBlendMode, _
   ByVal colorRenderMode As ColorRenderMode, _
   ByVal invalidRect As Rectangle, _
   ByVal flatMode As Boolean _
)

Parameters

graphics
The Graphics object onto which the glyph will be drawn.
destRect
The desitnation rect into which the glyph will be drawn.
uiElementButtonState
The UIElementButtonState of the glyph.
alphaLevel
The AlphaLevel to use when drawing the glyph.
alphaBlendMode
The AlphaBlendMode to use when drawing the glyph.
colorRenderMode
The ColorRenderMode to use when drawing the glyph.
invalidRect
The invalid rect. This specifies the area that needs to be redrawn.
flatMode
Specifies whether to draw the glyph in flat mode.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also