[][src]Trait dxplr::d2d1::IResource

pub trait IResource: Interface {
    fn get_factory(&self) -> Factory;
}

Required methods

fn get_factory(&self) -> Factory

Loading content...

Implementors

impl IResource for Bitmap[src]

impl IResource for BitmapBrush[src]

impl IResource for BitmapRenderTarget[src]

impl IResource for Brush[src]

impl IResource for DCRenderTarget[src]

impl IResource for DrawingStateBlock[src]

impl IResource for EllipseGeometry[src]

impl IResource for Geometry[src]

impl IResource for GeometryGroup[src]

impl IResource for GradientStopCollection[src]

impl IResource for HwndRenderTarget[src]

impl IResource for Image[src]

impl IResource for Layer[src]

impl IResource for LinearGradientBrush[src]

impl IResource for Mesh[src]

impl IResource for PathGeometry[src]

impl IResource for RadialGradientBrush[src]

impl IResource for RectangleGeometry[src]

impl IResource for RenderTarget[src]

impl IResource for Resource[src]

impl IResource for RoundedRectangleGeometry[src]

impl IResource for SolidColorBrush[src]

impl IResource for StrokeStyle[src]

impl IResource for TransformedGeometry[src]

Loading content...