Version

GlyphDrawingInfo Structure Members

The following tables list the members exposed by GlyphDrawingInfo.

Public Constructors
 NameDescription
Public ConstructorGlyphDrawingInfo ConstructorCreates a new instance of the GlyphDrawingInfo class.  
Public Properties
 NameDescription
Public PropertyAlphaBlendModeThe AlphaBlendMode to use when drawing the glyph.  
Public PropertyAlphaLevelThe AlphaLevel to use when drawing the glyph.  
Public PropertyButtonStateThe ButtonState of the glyph. This is essentially generated from the UIElementButtonState and FlatMode properties.  
Public PropertyColorRenderModeThe ColorRenderMode to use when drawing the glyph.  
Public PropertyDestRectThe desitnation rect into which the glyph will be drawn.  
Public PropertyFlatModeSpecifies whether to draw the glyph in flat mode.  
Public PropertyGraphicsThe Graphics object onto which the glyph will be drawn.  
Public PropertyInvalidRectThe invalid rect. This specifies the area that needs to be redrawn.  
Public PropertyUIElementButtonStateThe UIElementButtonState of the glyph.  
See Also