Struct native_windows_gui::constants::Ellipse [] [src]

pub struct Ellipse {
    pub center: (f32, f32),
    pub radius: (f32, f32),
}

Define a ellipse shape that can be used with canvases

Fields

Trait Implementations

impl Clone for Ellipse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more