[−][src]Trait uikit_sys::IUIGraphicsImageRenderer
Provided methods
unsafe fn initWithSize_(self, size: CGSize) -> instancetype where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn initWithSize_format_(
self,
size: CGSize,
format: UIGraphicsImageRendererFormat
) -> instancetype where
Self::Target: Message + Sized,
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,
self,
bounds: CGRect,
format: UIGraphicsImageRendererFormat
) -> instancetype where
Self::Target: Message + Sized,
unsafe fn imageWithActions_(
self,
actions: UIGraphicsImageDrawingActions
) -> UIImage where
Self::Target: Message + Sized,
self,
actions: UIGraphicsImageDrawingActions
) -> UIImage where
Self::Target: Message + Sized,
unsafe fn PNGDataWithActions_(
self,
actions: UIGraphicsImageDrawingActions
) -> NSData where
Self::Target: Message + Sized,
self,
actions: UIGraphicsImageDrawingActions
) -> NSData where
Self::Target: Message + Sized,
unsafe fn JPEGDataWithCompressionQuality_actions_(
self,
compressionQuality: CGFloat,
actions: UIGraphicsImageDrawingActions
) -> NSData where
Self::Target: Message + Sized,
self,
compressionQuality: CGFloat,
actions: UIGraphicsImageDrawingActions
) -> NSData where
Self::Target: Message + Sized,