StiReportObjectStringConverterConvertStringToRectangleD Method |
Converts string into rectangle.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public RectangleD ConvertStringToRectangleD(
string str
)
Public Function ConvertStringToRectangleD (
str As String
) As RectangleD
Parameters
- str
- Type: SystemString
String that shows rectangle.
Return Value
Type:
RectangleDRectangle got as result of conversion.
See Also