Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "BLENDFUNCTION" in [All]

gdi32

.

    BLENDFUNCTION blendFunction);

.

    ByVal blendFunction As BLENDFUNCTION) As Boolean

.

BLENDFUNCTION

.

public struct BLENDFUNCTION

.

    public BLENDFUNCTION(byte op, byte flags, byte alpha, byte format)

.

   BLENDFUNCTION blendFunction);

.

public struct BLENDFUNCTION

.

   public BLENDFUNCTION(byte op, byte flags, byte alpha, byte format)

.

    AlphaBlend(pTarget, 0, 0, bmp.Width, bmp.Height, pSource, 0, 0, bmp.Width, bmp.Height, new BLENDFUNCTION(AC_SRC_OVER, 0, 0xff, AC_SRC_ALPHA));

Structures

.

public struct BLENDFUNCTION

.

    public BLENDFUNCTION(byte op, byte flags, byte alpha, byte format)

.

Public Structure BLENDFUNCTION

.
Documentation
[BLENDFUNCTION] on MSDN
.

    private IntPtr pBlendFunction;

.

      prcExclude = pBlendFunction = IntPtr.Zero;

.

    public BlendFunction BlendFunction

.

      get { return (BlendFunction)Marshal.PtrToStructure(pBlendFunction, typeof(BlendFunction)); }

.

     if (pBlendFunction == IntPtr.Zero)

.

        pBlendFunction = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(BlendFunction)));

.

     Marshal.StructureToPtr(value, pBlendFunction, false);

.

      if (pBlendFunction != IntPtr.Zero) Marshal.FreeHGlobal(pBlendFunction);

user32

.

   [In] ref BLENDFUNCTION pblend, uint dwFlags);

.

BLENDFUNCTION

.

            Win32.BLENDFUNCTION blend = new Win32.BLENDFUNCTION();

.

        public struct BLENDFUNCTION

.

        public extern static Bool UpdateLayeredWindow(IntPtr handle, IntPtr hdcDst, ref Point pptDst, ref Size psize, IntPtr hdcSrc, ref Point pprSrc, int crKey, ref BLENDFUNCTION pblend, int dwFlags);

coredll

.

extern public static Int32 AlphaBlend(IntPtr hdcDest, Int32 xDest, Int32 yDest, Int32 cxDest, Int32 cyDest, IntPtr hdcSrc, Int32 xSrc, Int32 ySrc, Int32 cxSrc, Int32 cySrc, BlendFunction blendFunction);

.

Public Declare Function AlphaBlend Lib "coredll" (ByVal hdcDest As IntPtr, ByVal xDest As Int32, ByVal yDest As Int32, ByVal cxDest As Int32, ByVal cyDest As Int32, ByVal hdcSrc As IntPtr, ByVal xSrc As Int32, ByVal ySrc As Int32, ByVal cxSrc As Int32, ByVal cySrc As Int32, ByVal blendFunction As BlendFunction) As Integer

.

    Public Structure BlendFunction

.

    public struct BlendFunction


 
Access PInvoke.net directly from VS: