pub trait PolyTraitConst {
// Required method
fn as_raw_Poly(&self) -> *const c_void;
// Provided methods
fn points(&self) -> Vector<Point> { ... }
fn color(&self) -> Scalar { ... }
fn thick(&self) -> i32 { ... }
fn lt(&self) -> i32 { ... }
fn shift(&self) -> i32 { ... }
}
Expand description
Constant methods for crate::gapi::Poly