Returns the x,y coordinate pair in the form of a System.Drawing.Point
Namespace: Terrarium.Sdk.Classes.HelpersAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Point Point { get; }
Public ReadOnly Property Point As Point
Get
public:
property Point^ Point {
Point^ get ();
}
member Point : Point with get
Return Value
Type:
Point
System.Drawing.Point containing the x,y coordinates
See Also