[][src]Trait dxplr::d2d1::ITransformedGeometry

pub trait ITransformedGeometry: IGeometry {
    fn get_source_geometry(&self) -> Geometry;
fn get_transform(&self) -> Matrix3x2F; }

Required methods

Loading content...

Implementors

impl ITransformedGeometry for TransformedGeometry[src]

Loading content...