Struct direct2d::geometry::Transformed [] [src]

pub struct Transformed { /* fields omitted */ }

Represents geometry which has had a transformation applied to it

Methods

impl Transformed
[src]

Trait Implementations

impl Clone for Transformed
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl !Sync for Transformed