UIGraphicsRenderer.Run Method

Definition

Performs the on the renderer's context and then runs .

[Foundation.Export("runDrawingActions:completionActions:error:")]
public virtual bool Run (Action<UIKit.UIGraphicsRendererContext> drawingActions, Action<UIKit.UIGraphicsRendererContext> completionActions, out Foundation.NSError error);
abstract member Run : Action<UIKit.UIGraphicsRendererContext> * Action<UIKit.UIGraphicsRendererContext> *  -> bool
override this.Run : Action<UIKit.UIGraphicsRendererContext> * Action<UIKit.UIGraphicsRendererContext> *  -> bool

Parameters

completionActions
Action<UIGraphicsRendererContext>

To be added.

This parameter can be null.

error
NSError

To be added.

This parameter can be null.

Returns

Attributes

Applies to