C# Class Explore10.Helpers

Mostrar archivo Open project: ethanhs/Explore10

Public Properties

Property Type Description
Cut bool

Public Methods

Method Description
GetMousePosition ( ) : System.Drawing.Point
PrettyByte ( long value ) : string

Private Methods

Method Description
GetCursorPos ( POINT &lpPoint ) : bool

Method Details

GetMousePosition() public static method

public static GetMousePosition ( ) : System.Drawing.Point
return System.Drawing.Point

PrettyByte() public static method

public static PrettyByte ( long value ) : string
value long
return string

Property Details

Cut public_oe static_oe property

public static bool Cut
return bool