ArcFM Desktop Developer Guide
CheckBoundsX Method


The left most X coordinate of window or component.
The width of the window or component.
Checks the bounds on the X coordinate to determine if the coordinate with appear on screen. If not returns a X coordiante that is on screen.
Syntax
'Declaration
 
Public Shared Function CheckBoundsX( _
   ByVal x As Double, _
   ByVal width As Double _
) As Double
'Usage
 
Dim x As Double
Dim width As Double
Dim value As Double
 
value = WindowPositioning.CheckBoundsX(x, width)
public static double CheckBoundsX( 
   double x,
   double width
)

Parameters

x
The left most X coordinate of window or component.
width
The width of the window or component.

Return Value

The modified X value if it will appear off screen, otherwise returns the value passed in.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

WindowPositioning Class
WindowPositioning Members

 

 


Send Comment