Skip to main content

client_ink_stroke

Function client_ink_stroke 

Source
pub fn client_ink_stroke(
    endpoint: &RemoteEndpoint,
    points: &[[f32; 2]],
    color: Option<[u8; 4]>,
    width: Option<f32>,
) -> Result<CommandResponse>