WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum NativeMethods.TernaryRasterOperations

    Show / Hide Table of Contents

    Enum NativeMethods.TernaryRasterOperations

    Enum for TernaryRasterOperations .

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public enum TernaryRasterOperations

    Fields

    Name Description
    BLACKNESS

    dest = (NOT dest)

    DSTINVERT

    dest = pattern XOR dest

    MERGECOPY

    dest = (source AND pattern)

    MERGEPAINT

    dest = (NOT source) OR dest

    NOTSRCCOPY

    dest = (NOT source)

    NOTSRCERASE

    dest = (NOT src) AND (NOT dest)

    PATCOPY

    dest = (NOT source) OR dest

    PATINVERT

    dest = DPSnoo

    PATPAINT

    dest = pattern

    SRCAND

    dest = source AND dest

    SRCCOPY

    dest = source

    SRCERASE

    dest = source AND (NOT dest )

    SRCINVERT

    dest = source XOR dest

    SRCPAINT

    dest = source OR dest

    WHITENESS

    dest = WHITE

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved