StiReportObjectStringConverterConvertStringToPointF Method |
Converts a string into a PointF.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static PointF ConvertStringToPointF(
string str
)
Public Shared Function ConvertStringToPointF (
str As String
) As PointF
Parameters
- str
- Type: SystemString
String that shows color.
Return Value
Type:
PointFPointF got as result of conversion.
See Also