Class NewYear2010Renderer
A renderer to celebrate the new year of 2010.
Implements
System.IDisposable
Inherited Members
Namespace: Manina.Windows.Forms.ImageListViewRenderers
Assembly: ImageListView.dll
Syntax
public class NewYear2010Renderer : ImageListView.ImageListViewRenderer, IDisposable
Remarks
Compile with conditional compilation symbol BONUSPACK to include this renderer in the assembly.
Constructors
| Improve this Doc View SourceNewYear2010Renderer()
Initializes a new instance of the NewYear2010Renderer class.
Declaration
public NewYear2010Renderer()
Methods
| Improve this Doc View SourceDispose()
Releases managed resources.
Declaration
public override void Dispose()
Overrides
| Improve this Doc View SourceDrawOverlay(Graphics, Rectangle)
Draws an overlay image over the client area.
Declaration
public override void DrawOverlay(Graphics g, Rectangle bounds)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | The System.Drawing.Graphics to draw on. |
System.Drawing.Rectangle | bounds | The bounding rectangle of the client area. |
Overrides
| Improve this Doc View SourceInitializeGraphics(Graphics)
Initializes the System.Drawing.Graphics used to draw control elements.
Declaration
public override void InitializeGraphics(Graphics g)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | The System.Drawing.Graphics to draw on. |
Overrides
| Improve this Doc View SourceOnLayout(LayoutEventArgs)
Sets the layout of the control.
Declaration
public override void OnLayout(LayoutEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
LayoutEventArgs | e | A LayoutEventArgs that contains event data. |
Overrides
Implements
System.IDisposable