UIGraphicsRenderer.GetContext(UIGraphicsRendererFormat) Method

Definition

Gets the CGContext of the renderer. Developers who override this class must override this method.

[Foundation.Export("contextWithFormat:")]
public static CoreGraphics.CGContext GetContext (UIKit.UIGraphicsRendererFormat format);
static member GetContext : UIKit.UIGraphicsRendererFormat -> CoreGraphics.CGContext

Parameters

Returns

Attributes

Applies to