UIGraphicsRenderer.GetContext(UIGraphicsRendererFormat) 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.
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
- format
- UIGraphicsRendererFormat
Returns
- Attributes