跳转至

__CFBD_GraphicArc

#include <arc.h>

Public Attributes

Name
CFBDGraphic_Point center
Center point of the arc's parent circle.
PointBaseType radius
Radius from center to the arc in device units.
int16_t start_degree
Starting angle in degrees (0-359), measured counter-clockwise from right (3 o'clock).
int16_t end_degree
Ending angle in degrees (0-359). The arc sweeps from start_degree to end_degree.

Public Attributes Documentation

variable center

CFBDGraphic_Point center;

Center point of the arc's parent circle.

variable radius

PointBaseType radius;

Radius from center to the arc in device units.

variable start_degree

int16_t start_degree;

Starting angle in degrees (0-359), measured counter-clockwise from right (3 o'clock).

variable end_degree

int16_t end_degree;

Ending angle in degrees (0-359). The arc sweeps from start_degree to end_degree.


Updated on 2026-02-03 at 13:21:55 +0000