Click or drag to resize

StiReportObjectStringConverterConvertPointFToString Method

Converts PointF into string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ConvertPointFToString(
	PointF point
)

Parameters

point
Type: System.DrawingPointF

[Missing <param name="point"/> documentation for "M:Stimulsoft.Report.StiReportObjectStringConverter.ConvertPointFToString(System.Drawing.PointF)"]

Return Value

Type: String
String got as result of conversion.
See Also