Desktop Functions: Smart Device Functions:
|
SetBkMode (gdi32)
C# Signature:
[DllImport("gdi32.dll")] VB.NET Signature
<DllImport("gdi32.dll", SetLastError:=True)> _ VB Signature
Public Declare Function SetBkMode Lib "gdi32.dll" _ Constants:
const int TRANSPARENT = 1; User-Defined Types:VB.NET
Public Enum gdiBkMode As Integer Notes:None. Tips & Tricks:Please add some! Notes:None. Sample Code:Tips & Tricks:Please add some! Alternative Managed API:Sample Code:Please add some! Alternative Managed API:If you are using GDI+ with a Graphics object, you don't need the use of this method anymore. If you want a transparent background just call
g.Clear(Color.White); Good luck and have fun (Julian Taupe) Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|