Click or drag to resize
VectorPoint Property

Returns the x,y coordinate pair in the form of a System.Drawing.Point

Namespace: Terrarium.Sdk.Classes.Helpers
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Point Point { get; }

Return Value

Type: Point
System.Drawing.Point containing the x,y coordinates
See Also