[]
Draws the built-in icon.
void DrawIcon(BuiltInIcons builtInIcon, Rectangle rect, RectAlignment alignment, Filter[] filters)
Sub DrawIcon(builtInIcon As BuiltInIcons, rect As Rectangle, alignment As RectAlignment, filters As Filter())
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 |
Filter[] | filters | The array of GrapeCity.Spreadsheet.Imaging.Filters.Filter. |