'Declaration Public Overloads Function PointAt( _ ByVal x As System.Integer, _ ByVal y As System.Integer _ ) As PointAtEnum
public PointAtEnum PointAt( System.int x, System.int y )
Parameters
- x
- The x-coordinate.
- y
- The y-coordinate.
Return Value
The PointAtEnum enumerations under the given coordinate.