Added references for Vanara.PInvoke.Graphics

pull/133/head
dahall 2020-06-02 21:57:13 -06:00
parent 5104c4c6e0
commit 3358686dae
1 changed files with 9 additions and 0 deletions

View File

@ -39,12 +39,18 @@
/// <summary>The cryptui.dll</summary>
public const string CryptUI = "cryptui.dll";
/// <summary>The d2d1.dll for Direct2D</summary>
public const string D2d1 = "d2d1.dll";
/// <summary>The dnsapi.dll</summary>
public const string Dnsapi = "dnsapi.dll";
/// <summary>The DWM API</summary>
public const string DwmApi = "dwmapi.dll";
/// <summary>The dxgi.dll</summary>
public const string DXGI = "dxgi.dll";
/// <summary>The gdi32</summary>
public const string Gdi32 = "gdi32.dll";
@ -150,6 +156,9 @@
/// <summary>The dll for Windows Error Reporting.</summary>
public const string Wer = "wer.dll";
/// <summary>The dll for WIC.</summary>
public const string Windowscodecs = "windowscodecs.dll";
/// <summary>The win inet</summary>
public const string WinInet = "wininet.dll";