[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.DrawIcon

DrawIcon Method

DrawIcon(BuiltInIcons, Rectangle, RectAlignment, Filter[])

Draws the built-in icon.

Declaration
void DrawIcon(BuiltInIcons builtInIcon, Rectangle rect, RectAlignment alignment, Filter[] filters)
Sub DrawIcon(builtInIcon As BuiltInIcons, rect As Rectangle, alignment As RectAlignment, filters As Filter())
Parameters
Type Name Description
BuiltInIcons builtInIcon

The built-in icon to paint.

Rectangle rect

Rectangle structure that specifies the boundary of the icon.

RectAlignment alignment

Where the icon is placed. Use Unspecified to full-fill in the rect

Filter[] filters

The array of GrapeCity.Spreadsheet.Imaging.Filters.Filter.