Desktop Functions: Smart Device Functions:
|
Search Results for "DrawIcon" in [All]user321: DrawIcon
static extern bool DrawIconEx(IntPtr hdc, int xLeft, int yTop, IntPtr hIcon,
Public Declare Function DrawIconEx Lib "user32" (ByVal hdc As IntPtr, ByVal xLeft As Integer, ByVal yTop As Integer, ByVal hIcon As IntPtr, ByVal cxWidth As Integer, ByVal cyHeight As Integer, ByVal istepIfAniCur As Integer, ByVal hbrFlickerFreeDraw As IntPtr, ByVal diFlags As Integer) As Boolean 2: DrawIconEx
Constants3: DI_
|