Type Definitions

The following type definitions are available globally.

  • AWFCoordinateRect

    Discussion:
        A structure that contains a coordinate bounding box (rect).
    
    Fields:
        topLeft:
            The coordinate at the top-left corner of the bounding box.
        bottomRight:
            The coorindate at the bottom-right corner of the bounding box.
    
    See more

    Declaration

    Objective-C

    typedef struct AWFCoordinateRect AWFCoordinateRect