skia_
safe
0.81.0
Poly
Aliased type
Methods
points
polygon
polyline
Trait Implementations
DebugAttributes
In skia_
safe::
svg
skia_safe
::
svg
Type Alias
Poly
Copy item path
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
<'_, '_>)