Function create_drawing_object_circle_sector

Source
pub unsafe extern "C" fn create_drawing_object_circle_sector(
    Row: f64,
    Column: f64,
    Radius: f64,
    StartAngle: f64,
    EndAngle: f64,
    DrawID: *mut Hlong,
) -> Herror