Class Office2003Renderer
Renderer of Office2003 style.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools.Renderers
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class Office2003Renderer : BasicRenderer, IRenderer
Constructors
Office2003Renderer()
Initializes a new instance of the Office2003Renderer class. No possibility to construct this class "normally"! Use FancyRenderer.GetInstance() property to retrieve instance pointer instead.
Declaration
protected Office2003Renderer()
Methods
DrawHotThumbnail(PaintEventArgs, IRendererInfo, Rectangle)
Draws hot thumbnail.
Declaration
public override void DrawHotThumbnail(PaintEventArgs e, IRendererInfo ri, Rectangle bounds)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | Paint context. |
IRendererInfo | ri | An instance of RendererInfo, which should be used as datasource for painting. |
System.Drawing.Rectangle | bounds | Bounds within which we should paint. |
Overrides
DrawThumbnail(PaintEventArgs, IRendererInfo, Rectangle)
Draws a thumbnail. Draws it regarding to orientation.
Declaration
public override void DrawThumbnail(PaintEventArgs e, IRendererInfo ri, Rectangle bounds)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | Graphics context. |
IRendererInfo | ri | Container instance. |
System.Drawing.Rectangle | bounds | Container bounds, within which a thumbnail should be drown. |
Overrides
GetInstance()
Retrieves an instance of Office2003Renderer
Declaration
public static Office2003Renderer GetInstance()
Returns
Type | Description |
---|---|
Office2003Renderer | "new Office2003Renderer()" |