CGLayer.Context Property
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.
Returns the graphics context associated with this layer.
public CoreGraphics.CGContext Context { get; }
member this.Context : CoreGraphics.CGContext
Property Value
Remarks
Use this graphics context to perform drawing operations on the layer.