Click or drag to resize

CommonHelperStringToPoint Method

Convert a culture invariant string value to a Point.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Point StringToPoint(
	string s
)

Parameters

s  String
String to convert.

Return Value

Point
Point value.
See Also