[][src]Trait uikit_sys::IUIGraphicsPDFRendererContext

pub trait IUIGraphicsPDFRendererContext: Sized + Deref {
    unsafe fn beginPage(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn beginPageWithBounds_pageInfo_(
        self,
        bounds: CGRect,
        pageInfo: NSDictionary
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setURL_forRect_(self, url: NSURL, rect: CGRect)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn addDestinationWithName_atPoint_(
        self,
        name: NSString,
        point: CGPoint
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDestinationWithName_forRect_(
        self,
        name: NSString,
        rect: CGRect
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn pdfContextBounds(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn beginPage(self) where
    Self::Target: Message + Sized

unsafe fn beginPageWithBounds_pageInfo_(
    self,
    bounds: CGRect,
    pageInfo: NSDictionary
) where
    Self::Target: Message + Sized

unsafe fn setURL_forRect_(self, url: NSURL, rect: CGRect) where
    Self::Target: Message + Sized

unsafe fn addDestinationWithName_atPoint_(self, name: NSString, point: CGPoint) where
    Self::Target: Message + Sized

unsafe fn setDestinationWithName_forRect_(self, name: NSString, rect: CGRect) where
    Self::Target: Message + Sized

unsafe fn pdfContextBounds(self) -> CGRect where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIGraphicsPDFRendererContext for UIGraphicsPDFRendererContext[src]

Loading content...