menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RasterOperation - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RasterOperation

    Specifies raster operation.

    Inheritance
    System.Object
    RasterOperation
    Namespace: Syncfusion.Pdf.Native
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public sealed class RasterOperation : Enum

    Fields

    R2_BLACK

    Represents raster operation as BLACK.

    Declaration
    public const RasterOperation R2_BLACK
    Field Value
    Type
    RasterOperation

    R2_COPYPEN

    Represents raster operation as COPYPEN.

    Declaration
    public const RasterOperation R2_COPYPEN
    Field Value
    Type
    RasterOperation

    R2_MASKNOTPEN

    Represents raster operation as MASKNOTPEN.

    Declaration
    public const RasterOperation R2_MASKNOTPEN
    Field Value
    Type
    RasterOperation

    R2_MASKPEN

    Represents raster operation as MASKPEN.

    Declaration
    public const RasterOperation R2_MASKPEN
    Field Value
    Type
    RasterOperation

    R2_MASKPENNOT

    Represents raster operation as MASKPENNOT.

    Declaration
    public const RasterOperation R2_MASKPENNOT
    Field Value
    Type
    RasterOperation

    R2_MERGENOTPEN

    Represents raster operation as MERGENOTPEN.

    Declaration
    public const RasterOperation R2_MERGENOTPEN
    Field Value
    Type
    RasterOperation

    R2_MERGEPEN

    Represents raster operation as MERGEPEN.

    Declaration
    public const RasterOperation R2_MERGEPEN
    Field Value
    Type
    RasterOperation

    R2_MERGEPENNOT

    Represents raster operation as MERGEPENNOT.

    Declaration
    public const RasterOperation R2_MERGEPENNOT
    Field Value
    Type
    RasterOperation

    R2_NOP

    Represents raster operation as NOP.

    Declaration
    public const RasterOperation R2_NOP
    Field Value
    Type
    RasterOperation

    R2_NOT

    Represents raster operation as NOT.

    Declaration
    public const RasterOperation R2_NOT
    Field Value
    Type
    RasterOperation

    R2_NOTCOPYPEN

    Represents raster operation as NOTCOPYPEN.

    Declaration
    public const RasterOperation R2_NOTCOPYPEN
    Field Value
    Type
    RasterOperation

    R2_NOTMASKPEN

    Represents raster operation as NOTMASKPEN.

    Declaration
    public const RasterOperation R2_NOTMASKPEN
    Field Value
    Type
    RasterOperation

    R2_NOTMERGEPEN

    Represents raster operation as NOTMERGEPEN.

    Declaration
    public const RasterOperation R2_NOTMERGEPEN
    Field Value
    Type
    RasterOperation

    R2_NOTXORPEN

    Represents raster operation as NOTXORPEN.

    Declaration
    public const RasterOperation R2_NOTXORPEN
    Field Value
    Type
    RasterOperation

    R2_WHITE

    Represents raster operation as WHITE.

    Declaration
    public const RasterOperation R2_WHITE
    Field Value
    Type
    RasterOperation

    R2_XORPEN

    Represents raster operation as XORPEN.

    Declaration
    public const RasterOperation R2_XORPEN
    Field Value
    Type
    RasterOperation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved