Enum sciter::graphics::LINE_CAP
[−]
[src]
#[repr(C)]pub enum LINE_CAP { BUTT, SQUARE, ROUND, }
Line drawing cap mode.
Variants
BUTTThe ends of lines are squared off at the endpoints.
SQUAREThe ends of lines are squared off by adding a box with an equal width and half the height of the line's thickness.
ROUNDThe ends of lines are rounded.
Trait Implementations
impl Debug for LINE_CAP[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more