Click or drag to resize

StiContextPainterRender Method

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

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

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.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.Base.Context.StiContextPainter.Render(System.Drawing.RectangleF,System.Collections.Generic.List{Stimulsoft.Base.Context.StiGeom})"]

See Also