[]
        
(Showing Draft Content)

C1.Util.Win.Win32.EnumFontExDelegate2.BeginInvoke

BeginInvoke Method

BeginInvoke(ref ENUMLOGFONTEX, ref NEWTEXTMETRICEX, uint, int, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(ref Win32.ENUMLOGFONTEX lpelfe, ref Win32.NEWTEXTMETRICEX lpntme, uint FontType, int lParam, AsyncCallback callback, object @object)
Public Overridable Function BeginInvoke(ByRef lpelfe As Win32.ENUMLOGFONTEX, ByRef lpntme As Win32.NEWTEXTMETRICEX, FontType As UInteger, lParam As Integer, callback As AsyncCallback, [object] As Object) As IAsyncResult
Parameters
Type Name Description
Win32.ENUMLOGFONTEX lpelfe
Win32.NEWTEXTMETRICEX lpntme
uint FontType
int lParam
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult