Click or drag to resize

CommonHelperPointToString Method

Convert a Point to a culture invariant string value.

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

Parameters

s
Type: System.DrawingPoint
Size to convert.

Return Value

Type: String
Culture invariant string representation.
See Also