Click or drag to resize

StiGdiContextPainterRender Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiGdiContextPainter.Render(System.Drawing.RectangleF,System.Collections.Generic.List{Stimulsoft.Base.Context.StiGeom})"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void Render(
	RectangleF rect,
	List<StiGeom> geoms
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiContextPainter.Render(System.Drawing.RectangleF,System.Collections.Generic.List{Stimulsoft.Base.Context.StiGeom})"]

geoms
Type: System.Collections.GenericListStiGeom

[Missing <param name="geoms"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiContextPainter.Render(System.Drawing.RectangleF,System.Collections.Generic.List{Stimulsoft.Base.Context.StiGeom})"]

See Also