UIGraphicsRenderer.Run 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.
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
- drawingActions
- Action<UIGraphicsRendererContext>
Returns
- Attributes