Share via


CTFont.DrawImage(ICTAdaptiveImageProviding, CGPoint, CGContext) Method

Definition

Draws the image for an adaptive image glyph at the given point.

public void DrawImage(CoreText.ICTAdaptiveImageProviding provider, CoreGraphics.CGPoint point, CoreGraphics.CGContext context);
member this.DrawImage : CoreText.ICTAdaptiveImageProviding * CoreGraphics.CGPoint * CoreGraphics.CGContext -> unit

Parameters

provider
ICTAdaptiveImageProviding

The adaptive image provider used during the rendering.

point
CGPoint

The adaptive image glyph is rendered relative to this point.

context
CGContext

The CGBitmapContext where the adaptive image glyph is drawn.

Applies to