skia_safe::svg

Type Alias Poly

Source
pub type Poly = RCHandle<SkSVGPoly>;

Aliased Type§

struct Poly(/* private fields */);

Implementations§

Source§

impl Poly

Source

pub fn polygon() -> Self

Source

pub fn polyline() -> Self

Source

pub fn points(&self) -> &[Point]

Trait Implementations§

Source§

impl DebugAttributes for Poly

Source§

const NAME: &'static str = "Poly"

Source§

fn _dbg(&self, builder: &mut DebugStruct<'_, '_>)