Struct direct2d::geometry::Ellipse [] [src]

pub struct Ellipse { /* fields omitted */ }

Represents an ellipse which can be used anywhere Geometry is needed

Methods

impl Ellipse
[src]

[src]

Trait Implementations

impl Clone for Ellipse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Ellipse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Geometry for Ellipse
[src]

[src]

[src]

[src]

[src]

Retrieve the bounds of the geometry, with an optional applied transform. Read more

[src]

Get the bounds of the corresponding geometry after it has been widened or have an optional pen style applied. Read more

[src]

Checks to see whether the corresponding penned and widened geometry contains the given point. Read more

[src]

Test whether the given fill of this geometry would contain this point.

[src]

Compare how one geometry intersects or contains another geometry.

[src]

Computes the area of the geometry.

[src]

Computes the length of the geometry.

[src]

Computes the point and tangent at a given distance along the path.

[src]

Auto Trait Implementations

impl !Send for Ellipse

impl !Sync for Ellipse