[][src]Trait dxplr::d2d1::IRoundedRectangleGeometry

pub trait IRoundedRectangleGeometry: IGeometry {
    fn get_rounded_rect(&self) -> RoundedRect;
}

Required methods

Loading content...

Implementors

impl IRoundedRectangleGeometry for RoundedRectangleGeometry[src]

Loading content...