Function libnotcurses_sys::c_api::ncplane_perimeter
source · pub fn ncplane_perimeter(
plane: &mut NcPlane,
ul: &NcCell,
ur: &NcCell,
ll: &NcCell,
lr: &NcCell,
hline: &NcCell,
vline: &NcCell,
boxmask: impl Into<NcBoxMask_u32>
) -> NcResult_i32Expand description
Draws the perimeter around plane.
Method: NcPlane.perimeter().