CTFont.DrawImage(ICTAdaptiveImageProviding, CGPoint, CGContext) 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.
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.