AccessibilityRegion method
Create a region with a defined accessibility region type.
Syntax
obj = AccessibilityRegion(left, top, width, height, type)
Parameters
- left
- Type:int
- The coordinate of the left edge of a rectangular area whose accessibility is being defined.
- top
- Type:int
- The coordinate of the top edge of a rectangular area whose accessibility is being defined.
- width
- Type:int
- The width of the rectangular area whose accessibility is being defined.
- height
- Type:int
- The height of the rectangular area whose accessibility is being defined.
- type
- Type:AccessibilityRegionType
- The type of accessibility region defined by the rectangle.
Return value
- Type: None
Remarks
For more information about the Contrast advisor feature see
Contrast advisor