Click or drag to resize

StiShadowDrawCachedShadow Method (Graphics, RectangleF, StiShadowSides, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiShadow.DrawCachedShadow(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static void DrawCachedShadow(
	Graphics g,
	RectangleF rect,
	StiShadowSides sides,
	bool isSimple
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Base.Drawing.StiShadow.DrawCachedShadow(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Drawing.StiShadow.DrawCachedShadow(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

sides
Type: Stimulsoft.Base.DrawingStiShadowSides

[Missing <param name="sides"/> documentation for "M:Stimulsoft.Base.Drawing.StiShadow.DrawCachedShadow(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

isSimple
Type: SystemBoolean

[Missing <param name="isSimple"/> documentation for "M:Stimulsoft.Base.Drawing.StiShadow.DrawCachedShadow(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Base.Drawing.StiShadowSides,System.Boolean)"]

See Also