[]
        
(Showing Draft Content)

C1.Util.Win.Win32.EnumFontExDelegate

Win32.EnumFontExDelegate Delegate

Namespace: C1.Util.Win
Assembly: C1.Win.8.dll
Syntax
public delegate int Win32.EnumFontExDelegate(ref Win32.ENUMLOGFONTEX lpelfe, nint lpntme, uint FontType, int lParam)
Parameters
Type Name Description
Win32.ENUMLOGFONTEX lpelfe
nint lpntme
uint FontType
int lParam
Returns
Type Description
int

Constructors

Name Description
EnumFontExDelegate(object, nint)

Methods

Name Description
BeginInvoke(ref ENUMLOGFONTEX, nint, uint, int, AsyncCallback, object)
EndInvoke(ref ENUMLOGFONTEX, IAsyncResult)
Invoke(ref ENUMLOGFONTEX, nint, uint, int)