Specifications

COM+ reference
134
Glink: API reference manual Gallagher & Robertson
Constructor Detail
GlinkScreenArea
GlinkScreenArea(GlinkPoint start, GlinkPoint end, boolean rectangle, String
string)
Method Detail
getEnd
GlinkPoint getEnd()
Returns the end posistion for screen area.
getStart
GlinkPoint getStart()
Returns the start posistion for the screen area.
getString
String getString()
Returns the text string for the given screen area. If the area is a rectangle, then all
the text strings within the rectangle are concatenated into one string without any
line separators.
isRectangle
boolean isRectangle()
Returns true if the object is for a rectangle area.