C# Class Binarysharp.MemoryManagement.Native.Point

Show file Open project: ZenLulz/MemorySharp

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
ToString ( ) : string

Returns a string that represents the current object.

Method Details

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string

Property Details

X public property

The x-coordinate of the point.
public int X
return int

Y public property

The y-coordinate of the point.
public int Y
return int