C# Class OSAE.UI.Controls.ClickImage

Interaction logic for ClickImage.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
ImageHeight double
ImageWidth double
Location Point

Public Methods

Method Description
ClickImage ( OSAEObject sObj, string appName, string user ) : System

Private Methods

Method Description
Click_Image_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Click_Image_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

ClickImage() public method

public ClickImage ( OSAEObject sObj, string appName, string user ) : System
sObj OSAEObject
appName string
user string
return System

Property Details

ImageHeight public property

public double ImageHeight
return double

ImageWidth public property

public double ImageWidth
return double

Location public property

public Point Location
return Point