Enum sciter::graphics::LINE_CAP[][src]

#[repr(C)]
pub enum LINE_CAP { BUTT, SQUARE, ROUND, }

Line drawing cap mode.

Variants

The ends of lines are squared off at the endpoints.

The ends of lines are squared off by adding a box with an equal width and half the height of the line's thickness.

The ends of lines are rounded.

Trait Implementations

impl Debug for LINE_CAP
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LINE_CAP
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for LINE_CAP

impl Sync for LINE_CAP