代码搜索:bitmap
找到约 10,000 项符合「bitmap」的源代码
代码结果 10,000
www.eeworm.com/read/128628/14288086
cpp pen_bmp.cpp
HBITMAP hBitmap;
HDC hDC;
HDC hMemDC;
// Load the bitmap into memory
hBitmap = LoadBitmap( hInst, "pen" );
// Paint the bitmap onto the MemDC and then the screen
hDC = GetDc( hWnd
www.eeworm.com/read/128608/14289302
cpp ddutil.cpp
/*==========================================================================
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: ddutil.cpp
* Content:
www.eeworm.com/read/128286/14306934
cpp officexpmenu.cpp
#include "stdafx.h" // Standard windows header file
#include "officexpmenu.h" // COfficeXPMenu class declaration
#include //SK: makes A2W and other spiffy AFX macro
www.eeworm.com/read/128129/14314384
h bitmapmethods.h
/* Copyright (c) 2001, Nokia Mobile Phones. All rights reserved */
#ifndef __BITMAPMETHODS__
#define __BITMAPMETHODS__
#define KColourDepth EColor4K
//Ensure these libraries are linked again
www.eeworm.com/read/128085/14315961
pas createcompatibledcu.pas
unit CreateCompatibleDCU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls;
type
TForm1 = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/128085/14316084
pas usetpixel.pas
unit USetPixel;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Im
www.eeworm.com/read/128085/14316153
pas cretepatternbrushunit.pas
unit CretePatternBrushUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/128085/14316358
pas getglyphoutlineu.pas
unit GetGlyphOutlineU;
{Special thanks to Marco Cocco for his valuable insight into making this
example work.
Note: See Marco Cocco's excellent True Type Font to Vector conversion
www.eeworm.com/read/128085/14316536
pas offsetcliprgnu.pas
unit OffsetClipRgnU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TForm1 = class(TForm)
Image1: TImage;
Timer1: T
www.eeworm.com/read/128085/14316698
pas loadlibraryexu.pas
unit LoadLibraryExU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
Button1: TButton;