Esempio n. 1
0
		[DllImport("gdi32")] public static extern int GetCharABCWidths(HDC hdc, int uFirstChar, int uLastChar, ref Gdi_struct.ABC lpabc);
Esempio n. 2
0
		[DllImport("gdi32")] public static extern int SetWorldTransform(HDC hdc, ref Gdi_struct.XFORM lpXform);
Esempio n. 3
0
		[DllImport("gdi32")] public static extern int StretchDIBits(HDC hdc, int x, int y, int dx, int dy, int SrcX, int SrcY, int wSrcWidth, int wSrcHeight, IntPtr lpBits, ref Gdi_struct.BITMAPINFO lpBitsInfo, int wUsage, int dwRop);
Esempio n. 4
0
		[DllImport("gdi32")] public static extern int SetDIBitsToDevice(HDC hdc, int x, int y, int dx, int dy, int SrcX, int SrcY, int Scan, int NumScans, IntPtr Bits, Gdi_struct.BITMAPINFO BitsInfo, int wUsage);
Esempio n. 5
0
		[DllImport("gdi32")] public static extern int SetPixelFormat(HWND hdc, int n, ref Gdi_struct.PIXELFORMATDESCRIPTOR pcPixelFormatDescriptor);
Esempio n. 6
0
		[DllImport("gdi32")] public static extern int ResetDC(HDC hdc, ref Gdi_struct.DEVMODE lpInitData);
Esempio n. 7
0
		[DllImport("gdi32")] public static extern int SetDIBColorTable(HWND hdc, int un1, int un2, ref Gdi_struct.RGBQUAD pcRGBQuad);
Esempio n. 8
0
		[DllImport("gdi32")] public static extern int GetKerningPairs(HDC hdc, int cPairs, ref Gdi_struct.KERNINGPAIR lpkrnpair);
Esempio n. 9
0
		[DllImport("gdi32")] public static extern int GetLogColorSpace(HANDLE hcolorspace, ref Gdi_struct.LOGCOLORSPACE lplogcolorspace, int dw);
Esempio n. 10
0
		[DllImport("gdi32")] public static extern int GetEnhMetaFilePaletteEntries(HANDLE hemf, int cEntries, ref Gdi_struct.PALETTEENTRY lppe);
Esempio n. 11
0
		[DllImport("gdi32")] public static extern int GetGlyphOutline(HDC hdc, int uChar, int fuFormat, ref Gdi_struct.GLYPHMETRICS lpgm, int cbBuffer, IntPtr lpBuffer, ref Gdi_struct.MAT2 lpmat2);
Esempio n. 12
0
		[DllImport("gdi32")] public static extern int GetEnhMetaFileHeader(HANDLE hemf, int cbBuffer, ref Gdi_struct.ENHMETAHEADER lpemh);
Esempio n. 13
0
		[DllImport("gdi32")] public static extern int GetCharacterPlacement(HDC hdc, string lpsz, int n1, int n2, ref Gdi_struct.GCP_RESULTS lpGcpResults, int dw);
Esempio n. 14
0
		[DllImport("gdi32")] public static extern int GetCharABCWidthsFloat(HDC hdc, int iFirstChar, int iLastChar, ref Gdi_struct.ABCFLOAT lpABCF);
Esempio n. 15
0
		[DllImport("gdi32")] public static extern int PlayMetaFileRecord(HDC hdc, ref Gdi_struct.HANDLETABLE lpHandletable, ref Gdi_struct.METARECORD lpMetaRecord, int nHandles);
Esempio n. 16
0
		[DllImport("gdi32")] public static extern int GetOutlineTextMetrics(HDC hdc, int cbData, ref Gdi_struct.OUTLINETEXTMETRIC lpotm);
Esempio n. 17
0
		[DllImport("gdi32")] public static extern int PolyTextOut(HDC hdc, ref Gdi_struct.POLYTEXT pptxt, int cStrings);
Esempio n. 18
0
		[DllImport("gdi32")] public static extern int GetRasterizerCaps(ref Gdi_struct.RASTERIZER_STATUS lpraststat, int cb);
Esempio n. 19
0
		[DllImport("gdi32")] public static extern int SetColorAdjustment(HDC hdc, ref Gdi_struct.COLORADJUSTMENT lpca);
Esempio n. 20
0
		[DllImport("gdi32")] public static extern int GetRegionData(HANDLE hRgn, int dwCount, ref Gdi_struct.RGNDATA lpRgnData);
Esempio n. 21
0
		[DllImport("gdi32")] public static extern int SetDIBits(HDC hdc, HANDLE hBitmap, int nStartScan, int nNumScans, IntPtr lpBits, ref Gdi_struct.BITMAPINFO lpBI, int wUsage);
Esempio n. 22
0
		[DllImport("gdi32")] public static extern int GetSystemPaletteEntries(HDC hdc, int wStartIndex, int wNumEntries, ref Gdi_struct.PALETTEENTRY lpPaletteEntries);
Esempio n. 23
0
		[DllImport("gdi32")] public static extern int SetPaletteEntries(HANDLE hPalette, int wStartIndex, int wNumEntries, ref Gdi_struct.PALETTEENTRY lpPaletteEntries);
Esempio n. 24
0
		[DllImport("gdi32")] public static extern int GetTextCharsetInfo(HDC hdc, ref Gdi_struct.FONTSIGNATURE lpSig, int dwFlags);
Esempio n. 25
0
		[DllImport("gdi32")] public static extern int SetWinMetaFileBits(int cbBuffer, Byte lpbBuffer, HWND hdcRef, ref Gdi_struct.METAFILEPICT lpmfp);
Esempio n. 26
0
		[DllImport("gdi32")] public static extern int GetTextMetrics(HDC hdc, ref Gdi_struct.TEXTMETRIC lpMetrics);
Esempio n. 27
0
		[DllImport("gdi32")] public static extern int StartDoc(HDC hdc, ref Gdi_struct.DOCINFO lpdi);
Esempio n. 28
0
		[DllImport("gdi32")] public static extern int ModifyWorldTransform(HDC hdc, ref Gdi_struct.XFORM lpXform, int iMode);
Esempio n. 29
0
		[DllImport("gdi32")] public static extern int TranslateCharsetInfo(int lpSrc, ref Gdi_struct.CHARSETINFO lpcs, int dwFlags);
Esempio n. 30
0
		[DllImport("gdi32")] public static extern int ExtCreateRegion(ref Gdi_struct.XFORM lpXform, int nCount, ref Gdi_struct.RGNDATA lpRgnData);