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
NativeMethods.EnumLogFont
lpelf
|
NativeMethods.NewTextMetric
lpntm
|
System.Int32
fontType
|
System.Int32
lParam
|
Returns
System.Int32
|
Constructors
FontEnumDelegate(Object, IntPtr)
Declaration
public FontEnumDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
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
NativeMethods.EnumLogFont
lpelf
|
NativeMethods.NewTextMetric
lpntm
|
System.Int32
fontType
|
System.Int32
lParam
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(ref NativeMethods.EnumLogFont, ref NativeMethods.NewTextMetric, IAsyncResult)
Declaration
public virtual int EndInvoke(ref NativeMethods.EnumLogFont lpelf, ref NativeMethods.NewTextMetric lpntm, IAsyncResult result)
Parameters
NativeMethods.EnumLogFont
lpelf
|
NativeMethods.NewTextMetric
lpntm
|
System.IAsyncResult
result
|
Returns
System.Int32
|
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
NativeMethods.EnumLogFont
lpelf
|
NativeMethods.NewTextMetric
lpntm
|
System.Int32
fontType
|
System.Int32
lParam
|
Returns
System.Int32
|