AccessibilityRegionByRectangle class
Platform: ImagesAppKitLanguage: Objective-C SDK:
An object that stores information about an accesibility region.
Import statement
@import EyesImagesAppKit
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 for which accessibility is being defined.
- leftType:NSInteger
- Use this property to retrieve the coordinate of the left edge of the rectangular area for which accessibility is being defined.
- regionType:Region*
- Use this property to retrieve the rectangular area for which accessibility is being defined.
- topType:NSInteger
- Use this property to retrieve the coordinate of the top edge of a rectangular area for which 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 for which accessibility is being defined.