[][src]Trait uikit_sys::UIGraphicsRenderer_UIGraphicsRendererProtected

pub trait UIGraphicsRenderer_UIGraphicsRendererProtected: Sized + Deref {
    unsafe fn runDrawingActions_completionActions_error_(
        self,
        drawingActions: UIGraphicsDrawingActions,
        completionActions: UIGraphicsDrawingActions,
        error: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn rendererContextClass() -> Class
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn contextWithFormat_(
        format: UIGraphicsRendererFormat
    ) -> CGContextRef
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn prepareCGContext_withRendererContext_(
        context: CGContextRef,
        rendererContext: UIGraphicsRendererContext
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn runDrawingActions_completionActions_error_(
    self,
    drawingActions: UIGraphicsDrawingActions,
    completionActions: UIGraphicsDrawingActions,
    error: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn rendererContextClass() -> Class where
    Self::Target: Message + Sized

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

unsafe fn prepareCGContext_withRendererContext_(
    context: CGContextRef,
    rendererContext: UIGraphicsRendererContext
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIGraphicsRenderer_UIGraphicsRendererProtected for UIGraphicsImageRenderer[src]

impl UIGraphicsRenderer_UIGraphicsRendererProtected for UIGraphicsPDFRenderer[src]

impl UIGraphicsRenderer_UIGraphicsRendererProtected for UIGraphicsRenderer[src]

Loading content...