[][src]Trait uikit_sys::IUIGraphicsPDFRenderer

pub trait IUIGraphicsPDFRenderer: Sized + Deref {
    unsafe fn initWithBounds_format_(
        self,
        bounds: CGRect,
        format: UIGraphicsPDFRendererFormat
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn writePDFToURL_withActions_error_(
        self,
        url: NSURL,
        actions: UIGraphicsPDFDrawingActions,
        error: *mut NSError
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn PDFDataWithActions_(
        self,
        actions: UIGraphicsPDFDrawingActions
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn writePDFToURL_withActions_error_(
    self,
    url: NSURL,
    actions: UIGraphicsPDFDrawingActions,
    error: *mut NSError
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn PDFDataWithActions_(
    self,
    actions: UIGraphicsPDFDrawingActions
) -> NSData where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIGraphicsPDFRenderer for UIGraphicsPDFRenderer[src]

Loading content...