C# Class InstallPad.Interop.POINT

ファイルを表示 Open project: philc/InstallPad Class Usage Examples

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
POINT ( int x, int y ) : System
ToString ( ) : string

Method Details

POINT() public method

public POINT ( int x, int y ) : System
x int
y int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int