[][src]Trait uikit_sys::IUIGraphicsRenderer

pub trait IUIGraphicsRenderer: Sized + Deref {
    unsafe fn initWithBounds_(self, bounds: CGRect) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithBounds_format_(
        self,
        bounds: CGRect,
        format: UIGraphicsRendererFormat
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn format(self) -> UIGraphicsRendererFormat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn allowsImageOutput(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithBounds_(self, bounds: CGRect) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithBounds_format_(
    self,
    bounds: CGRect,
    format: UIGraphicsRendererFormat
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn format(self) -> UIGraphicsRendererFormat where
    Self::Target: Message + Sized

unsafe fn allowsImageOutput(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIGraphicsRenderer for UIGraphicsImageRenderer[src]

impl IUIGraphicsRenderer for UIGraphicsPDFRenderer[src]

impl IUIGraphicsRenderer for UIGraphicsRenderer[src]

Loading content...