MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > leArcsOverlapQuadrant Function
MPLAB® Harmony Graphics Suite
leArcsOverlapQuadrant Function

Returns true if arc overlaps with quadrant

C
leBool leArcsOverlapQuadrant(
    int32_t startAngleArc0, 
    int32_t endAngleArc0, 
    leArcDir dir, 
    uint32_t quadrant
);
MPLAB® Harmony Graphics Suite