Click or drag to resize

StiCachedShadowGeom Constructor

Initializes a new instance of the StiCachedShadowGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCachedShadowGeom(
	RectangleF rect,
	StiShadowSides sides,
	bool isPrinting
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiCachedShadowGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

sides
Type: Stimulsoft.Base.DrawingStiShadowSides

[Missing <param name="sides"/> documentation for "M:Stimulsoft.Base.Context.StiCachedShadowGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

isPrinting
Type: SystemBoolean

[Missing <param name="isPrinting"/> documentation for "M:Stimulsoft.Base.Context.StiCachedShadowGeom.#ctor(System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

See Also