Enum sciter::graphics::DRAW_PATH[][src]

#[repr(C)]
pub enum DRAW_PATH { FILL_ONLY, STROKE_ONLY, FILL_AND_STROKE, }

Path drawing mode.

Variants

Draw without outline line.

Draw outline without fill.

Draw outlined and filled path.

Trait Implementations

impl Debug for DRAW_PATH
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DRAW_PATH
[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 DRAW_PATH

impl Sync for DRAW_PATH