[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetObject

GetObject Method

GetObject(nint, int, nint)

Declaration
public static extern int GetObject(nint hgdiobj, int cbBuffer, nint lpvObject)
Parameters
Type Name Description
nint hgdiobj
int cbBuffer
nint lpvObject
Returns
Type Description
int

GetObject(nint, int, LOGFONT)

Declaration
public static extern int GetObject(nint hgdiobj, int cbBuffer, Win32.LOGFONT lpvObject)
Parameters
Type Name Description
nint hgdiobj
int cbBuffer
Win32.LOGFONT lpvObject
Returns
Type Description
int

GetObject(nint, int, ref LOGFONT_UNMANAGED)

Declaration
public static extern int GetObject(nint hgdiobj, int cbBuffer, ref Win32.LOGFONT_UNMANAGED lplf)
Parameters
Type Name Description
nint hgdiobj
int cbBuffer
Win32.LOGFONT_UNMANAGED lplf
Returns
Type Description
int