DrawAdornmentCallback Delegate
A delegate that can draw the specified adornment.
public delegate void DrawAdornmentCallback(TextViewDrawContext context, IAdornment adornment);
Parameters
Constructors
DrawAdornmentCallback(Object, IntPtr)
public DrawAdornmentCallback(object object, IntPtr method)
Methods
BeginInvoke(TextViewDrawContext, IAdornment, AsyncCallback, Object)
public virtual IAsyncResult BeginInvoke(TextViewDrawContext context, IAdornment adornment, AsyncCallback callback, object object)
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Invoke(TextViewDrawContext, IAdornment)
public virtual void Invoke(TextViewDrawContext context, IAdornment adornment)