AccessibilityRegionByRectangle class
Platform: ImagesLanguage: Objective-C SDK:
An object that stores information about an accesibility region.
Import statement
@import EyesImages
Constructor
- initWithLeft()
- Create a region with a defined accessibility region type.
Properties
- heightType:NSInteger
- Use this property to retrieve the height of the rectangular area whose accessibility is being defined.
- leftType:NSInteger
- Use this property to retrieve the coordinate of the left edge of the rectangular area whose accessibility is being defined.
- regionType:Region*
- Use this property to retrieve the rectangular area whose accessibility is being defined.
- topType:NSInteger
- Use this property to retrieve the coordinate of the top edge of a rectangular area whose accessibility is being defined.
- typeType:AccessibilityRegionType
- Use this property to retrieve the type of accessibility region defined by the rectangle.
- widthType:NSInteger
- Use this property to retrieve the width of the rectangular area whose accessibility is being defined.