Click or drag to resize

StiPdfGeomWriterSetBrush Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.SetBrush(System.Object,System.Drawing.RectangleF,System.Boolean@,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public bool SetBrush(
	Object brush,
	RectangleF rect,
	out bool isTransparent,
	bool saveState = false
)

Parameters

brush
Type: SystemObject

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.SetBrush(System.Object,System.Drawing.RectangleF,System.Boolean@,System.Boolean)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.SetBrush(System.Object,System.Drawing.RectangleF,System.Boolean@,System.Boolean)"]

isTransparent
Type: SystemBoolean

[Missing <param name="isTransparent"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.SetBrush(System.Object,System.Drawing.RectangleF,System.Boolean@,System.Boolean)"]

saveState (Optional)
Type: SystemBoolean

[Missing <param name="saveState"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.SetBrush(System.Object,System.Drawing.RectangleF,System.Boolean@,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.SetBrush(System.Object,System.Drawing.RectangleF,System.Boolean@,System.Boolean)"]

See Also