Delegate NativeMethods.FontEnumDelegate
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public delegate int FontEnumDelegate(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam);
Parameters
Native
|
Native
|
System.
|
System.
|
Returns
System.
|
Constructors
FontEnumDelegate(Object, IntPtr)
Declaration
public FontEnumDelegate(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(ref NativeMethods.EnumLogFont, ref NativeMethods.NewTextMetric, Int32, Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam, AsyncCallback callback, object object)
Parameters
Native
|
Native
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
EndInvoke(ref NativeMethods.EnumLogFont, ref NativeMethods.NewTextMetric, IAsyncResult)
Declaration
public virtual int EndInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, IAsyncResult result)
Parameters
Native
|
Native
|
System.
|
Returns
System.
|
Invoke(ref NativeMethods.EnumLogFont, ref NativeMethods.NewTextMetric, Int32, Int32)
Declaration
public virtual int Invoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, int fontType, int lParam)
Parameters
Native
|
Native
|
System.
|
System.
|
Returns
System.
|