DrawAdornmentCallback Delegate
A delegate that can draw the specified adornment.
public delegate void DrawAdornmentCallback(TextViewDrawContext context, IAdornment adornment)
Parameters
Constructors
public DrawAdornmentCallback(object @object, nint method)
Parameter |
Type |
Description |
object |
object |
|
method |
nint |
|
Methods
BeginInvoke(TextViewDrawContext, IAdornment, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(TextViewDrawContext context, IAdornment adornment, AsyncCallback callback, object @object)
Returns
- IAsyncResult
public virtual void EndInvoke(IAsyncResult result)
Invoke(TextViewDrawContext, IAdornment)
public virtual void Invoke(TextViewDrawContext context, IAdornment adornment)