Click or drag to resize

StiContourText Constructor (RectangleD, String)

Creates a new contour text.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiContourText(
	RectangleD rect,
	string text
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
Rectangle describes size and position of the component.
text
Type: SystemString
Text.
See Also