Click or drag to resize

LocationPointExtension Constructor (Point)

Initialize the extension with the given point.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 23.2.417.0 (23.2.417.0)
Syntax
public LocationPointExtension(
	Point locationPoint
)

Parameters

locationPoint
Type: AGI.Foundation.GeometryPoint
Point that describes the position of the object.
See Also