Help - Areal object

From GraphicMeasurer Help
Jump to: navigation, search

Areal objects are graphical objects in GraphicMeasurer which enclose an area like a rectangle in contrast to objects which consist of unclosed lines (e.g. Line or HorizCurve). Every areal object has the following three methods to use in the result sheet language:

Method Returns
Decimal area() the area of this object in pixels
Decimal borderLength() the length of the surrounding border
Boolean contains(Point point) if the given point is located inside this object

See also