LocationPointExtensionLocationPoint Property |
Gets or sets the point that describes the position of the object.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point LocationPoint { get; set; }
Public Property LocationPoint As Point
Get
Set
public:
virtual property Point^ LocationPoint {
Point^ get () sealed;
void set (Point^ value) sealed;
}
abstract LocationPoint : Point with get, set
override LocationPoint : Point with get, set
Property Value
Type:
PointImplements
ILocationPointServiceLocationPointSee Also