Enum sciter::graphics::DRAW_PATH
[−]
[src]
#[repr(C)]pub enum DRAW_PATH { FILL_ONLY, STROKE_ONLY, FILL_AND_STROKE, }
Path drawing mode.
Variants
FILL_ONLYDraw without outline line.
STROKE_ONLYDraw outline without fill.
FILL_AND_STROKEDraw outlined and filled path.
Trait Implementations
impl Debug for DRAW_PATH[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more