Struct direct2d::geometry::Path [] [src]

pub struct Path { /* fields omitted */ }

Custom-shaped geometry made of lines and curves

Methods

impl Path
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Path
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl !Sync for Path