C# Class Mono.UIAutomation.UiaDbus.Point

显示文件 Open project: mono/uia2atk Class Usage Examples

Public Properties

Property Type Description
x double
y double

Public Methods

Method Description
Point ( System point ) : System
ToString ( ) : string

Method Details

Point() public method

public Point ( System point ) : System
point System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

x public_oe property

public double x
return double

y public_oe property

public double y
return double