UIGraphicsImageRenderer
UIGraphicsImageRenderer()
UIGraphicsImageRenderer(CGSize)
UIGraphicsImageRenderer(IntPtr)
UIGraphicsImageRenderer(NativeHandle)
UIGraphicsImageRenderer(NSObjectFlag)
UIGraphicsImageRenderer(CGRect, UIGraphicsImageRendererFormat)
UIGraphicsImageRenderer(CGSize, UIGraphicsImageRendererFormat)
ClassHandle
CreateImage(Action<UIGraphicsImageRendererContext>)
CreateJpeg(nfloat, Action<UIGraphicsImageRendererContext>)
CreateJpeg(NFloat, Action<UIGraphicsImageRendererContext>)
CreatePng(Action<UIGraphicsImageRendererContext>)
xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Register("UIGraphicsImageRenderer", true)]
public class UIGraphicsImageRenderer : UIGraphicsRenderer
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("JPEGDataWithCompressionQuality:actions:")]
public virtual NSData! CreateJpeg(nfloat compressionQuality, [BlockProxy(typeof(NIDActionArity1V224))] Action<UIGraphicsImageRendererContext!>! actions);
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API