Class MozillaRenderer
Renderer of Mozilla 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 MozillaRenderer : BasicRenderer, IRenderer
Constructors
MozillaRenderer()
Initializes a new instance of the MozillaRenderer class No possibility to construct this class "normally"! Use MozillaRenderer.GetInstance() method to retrieve instance pointer instead.
Declaration
protected MozillaRenderer()
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 | Render Info |
System.Drawing.Rectangle | bounds | Container bounds, within which a thumbnail should be drown. |
Overrides
GetInstance()
Retrieves an instance of MozillaRenderer
Declaration
public static MozillaRenderer GetInstance()
Returns
Type | Description |
---|---|
MozillaRenderer | "new MozillaRenderer()" |