[][src]Trait uikit_sys::IUIGraphicsImageRenderer

pub trait IUIGraphicsImageRenderer: Sized + Deref {
    unsafe fn initWithSize_(self, size: CGSize) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSize_format_(
        self,
        size: CGSize,
        format: UIGraphicsImageRendererFormat
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithBounds_format_(
        self,
        bounds: CGRect,
        format: UIGraphicsImageRendererFormat
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithActions_(
        self,
        actions: UIGraphicsImageDrawingActions
    ) -> UIImage
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn PNGDataWithActions_(
        self,
        actions: UIGraphicsImageDrawingActions
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn JPEGDataWithCompressionQuality_actions_(
        self,
        compressionQuality: CGFloat,
        actions: UIGraphicsImageDrawingActions
    ) -> NSData
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithSize_(self, size: CGSize) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSize_format_(
    self,
    size: CGSize,
    format: UIGraphicsImageRendererFormat
) -> instancetype where
    Self::Target: Message + Sized

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

unsafe fn imageWithActions_(
    self,
    actions: UIGraphicsImageDrawingActions
) -> UIImage where
    Self::Target: Message + Sized

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

unsafe fn JPEGDataWithCompressionQuality_actions_(
    self,
    compressionQuality: CGFloat,
    actions: UIGraphicsImageDrawingActions
) -> NSData where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIGraphicsImageRenderer for UIGraphicsImageRenderer[src]

Loading content...