SnapscreenResultQuadrangle

@interface SnapscreenResultQuadrangle : NSObject

Represents a quadrangle on the screen that contains a search result.

  • A closed Bezierpath connecting the 4 corners of the quadrangle - might not be perfectly rectangular due to perspective distortions (e.g. looking at the TV at an angle

    Declaration

    Objective-C

    @property (nonatomic, readonly) int *quadranglePath;

    Swift

    var quadranglePath: UnsafeMutablePointer<Int32>! { get }
  • A rectangle enclosing all 4 corners of the quadrangle

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGRect quadrangleEnclosingRect;

    Swift

    var quadrangleEnclosingRect: CGRect { get }