Delegate
NativeMethods.FontEnumDelegate

Definition

Namespace:Telerik.WinControls

Assembly:TelerikCommon.dll

Syntax:

cs-api-definition
public delegate int NativeMethods.FontEnumDelegate(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)

Constructors

FontEnumDelegate(object, IntPtr)

Declaration

cs-api-definition
public FontEnumDelegate(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(ref EnumLogFont, ref NewTextMetric, int, int, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam, AsyncCallback callback, object @object)

Parameters

lpelf

NativeMethods.EnumLogFont

lpntm

NativeMethods.NewTextMetric

fontType

int

lParam

int

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(ref EnumLogFont, ref NewTextMetric, IAsyncResult)

Declaration

cs-api-definition
public virtual int EndInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, IAsyncResult result)

Parameters

lpelf

NativeMethods.EnumLogFont

lpntm

NativeMethods.NewTextMetric

result

IAsyncResult

Returns

int

Invoke(ref EnumLogFont, ref NewTextMetric, int, int)

Declaration

cs-api-definition
public virtual int Invoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)

Parameters

lpelf

NativeMethods.EnumLogFont

lpntm

NativeMethods.NewTextMetric

fontType

int

lParam

int

Returns

int