ncplane_rounded_box_sized

Function ncplane_rounded_box_sized 

Source
pub fn ncplane_rounded_box_sized(
    plane: &mut NcPlane,
    stylemask: impl Into<NcStyle_u16>,
    channels: impl Into<NcChannels_u64>,
    len_y: u32,
    len_x: u32,
    boxmask: impl Into<NcBoxMask_u32>,
) -> NcResult_i32
Expand description

Like ncplane_box_sized with the rounded box-drawing characters.

Method: NcPlane.rounded_box_sized().