[−][src]Trait uikit_sys::IUIGraphicsPDFRenderer
Provided methods
unsafe fn initWithBounds_format_(
self,
bounds: CGRect,
format: UIGraphicsPDFRendererFormat
) -> instancetype where
Self::Target: Message + Sized,
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,
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,
self,
actions: UIGraphicsPDFDrawingActions
) -> NSData where
Self::Target: Message + Sized,