AVEVA OMI Software Developer Kit



CenterPoint Property
Gets or sets the center point of the touch.
Syntax
'Declaration
 
Public Property CenterPoint As Point
'Usage
 
Dim instance As TouchArgs
Dim value As Point
 
instance.CenterPoint = value
 
value = instance.CenterPoint
public Point CenterPoint {get; set;}
public:
property Point CenterPoint {
   Point get();
   void set (    Point value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also