Normalizes a pixel point based on screen dims
            
Namespace: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxParameters
- point
- Type: TETCSharpClient.Data Point2D
 point in pixels to normalize
- screenWidth
- Type: System Int32
 the width value to base normalization upon
- screenHeight
- Type: System Int32
 the height value to base normalization upon
Return Value
Type: Point2Dnormalized 2d point
 See Also
See Also