alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class NativeMethods.TernaryRasterOperations

    Enum for TernaryRasterOperations .

    Inheritance
    System.Object
    NativeMethods.TernaryRasterOperations
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class TernaryRasterOperations : Enum

    Fields

    BLACKNESS

    dest = (NOT dest)

    Declaration
    public const NativeMethods.TernaryRasterOperations BLACKNESS
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    DSTINVERT

    dest = pattern XOR dest

    Declaration
    public const NativeMethods.TernaryRasterOperations DSTINVERT
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    MERGECOPY

    dest = (source AND pattern)

    Declaration
    public const NativeMethods.TernaryRasterOperations MERGECOPY
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    MERGEPAINT

    dest = (NOT source) OR dest

    Declaration
    public const NativeMethods.TernaryRasterOperations MERGEPAINT
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    NOTSRCCOPY

    dest = (NOT source)

    Declaration
    public const NativeMethods.TernaryRasterOperations NOTSRCCOPY
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    NOTSRCERASE

    dest = (NOT src) AND (NOT dest)

    Declaration
    public const NativeMethods.TernaryRasterOperations NOTSRCERASE
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    PATCOPY

    dest = (NOT source) OR dest

    Declaration
    public const NativeMethods.TernaryRasterOperations PATCOPY
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    PATINVERT

    dest = DPSnoo

    Declaration
    public const NativeMethods.TernaryRasterOperations PATINVERT
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    PATPAINT

    dest = pattern

    Declaration
    public const NativeMethods.TernaryRasterOperations PATPAINT
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    SRCAND

    dest = source AND dest

    Declaration
    public const NativeMethods.TernaryRasterOperations SRCAND
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    SRCCOPY

    dest = source

    Declaration
    public const NativeMethods.TernaryRasterOperations SRCCOPY
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    SRCERASE

    dest = source AND (NOT dest )

    Declaration
    public const NativeMethods.TernaryRasterOperations SRCERASE
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    SRCINVERT

    dest = source XOR dest

    Declaration
    public const NativeMethods.TernaryRasterOperations SRCINVERT
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    SRCPAINT

    dest = source OR dest

    Declaration
    public const NativeMethods.TernaryRasterOperations SRCPAINT
    Field Value
    Type
    NativeMethods.TernaryRasterOperations

    WHITENESS

    dest = WHITE

    Declaration
    public const NativeMethods.TernaryRasterOperations WHITENESS
    Field Value
    Type
    NativeMethods.TernaryRasterOperations
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved