Click or drag to resize

StiImageElementGdiPainterPaintNoResult Method

[Missing <summary> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiImageElementGdiPainter.PaintNoResult(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Double})"]

Namespace:  Stimulsoft.Dashboard.Drawing.Painters
Assembly:  Stimulsoft.Dashboard.Drawing (in Stimulsoft.Dashboard.Drawing.dll) Version: 2019.3.1.0
Syntax
public override void PaintNoResult(
	Graphics g,
	RectangleD rect,
	IStiElement element,
	Nullable<double> zoom = null
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiImageElementGdiPainter.PaintNoResult(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Double})"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiImageElementGdiPainter.PaintNoResult(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Double})"]

element
Type: Stimulsoft.Report.DashboardIStiElement

[Missing <param name="element"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiImageElementGdiPainter.PaintNoResult(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Double})"]

zoom (Optional)
Type: SystemNullableDouble

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiImageElementGdiPainter.PaintNoResult(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Dashboard.IStiElement,System.Nullable{System.Double})"]

See Also