C# Class Binarysharp.MemoryManagement.Native.Point

Datei anzeigen 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_oe property

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

Y public_oe property

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