UIGraphicsImageRenderer.CreateImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the actions
UIGraphicsImageRenderer context as a UIImage
[Foundation.Export("imageWithActions:")]
public virtual UIKit.UIImage CreateImage (Action<UIKit.UIGraphicsImageRendererContext> actions);
abstract member CreateImage : Action<UIKit.UIGraphicsImageRendererContext> -> UIKit.UIImage
override this.CreateImage : Action<UIKit.UIGraphicsImageRendererContext> -> UIKit.UIImage
Parameters
- actions
- Action<UIGraphicsImageRendererContext>
Returns
- Attributes