LocationPointExtension Constructor (Point) | 
 
            Initialize the extension with the given point.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LocationPointExtension(
	Point locationPoint
)
Public Sub New ( 
	locationPoint As Point
)
public:
LocationPointExtension(
	Point^ locationPoint
)
new : 
        locationPoint : Point -> LocationPointExtensionParameters
- locationPoint
 - Type: AGI.Foundation.GeometryPoint
Point that describes the position of the object. 
See Also