Struct direct2d::geometry::RoundedRectangle [] [src]

pub struct RoundedRectangle { /* fields omitted */ }

Represents a rounded rectangle which can be used anywhere Geometry is needed

Methods

impl RoundedRectangle
[src]

Trait Implementations

impl Clone for RoundedRectangle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RoundedRectangle
[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 RoundedRectangle
[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