alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class PixelBufferInfo

    Represents a class for to retrieve the information about pixel buffer. PixelBufferInfo holds the collection of pixel objects helps to improve the performance when rendering

    Inheritance
    System.Object
    PixelBufferInfo
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public class PixelBufferInfo : Object

    Constructors

    PixelBufferInfo(Int32[])

    Retrieves information about the pixel buffer

    Declaration
    public PixelBufferInfo(int[] pixelBuffer)
    Parameters
    Type Name Description
    System.Int32[] pixelBuffer

    pixel buffer

    Fields

    pixels

    Declares a variable for pixels

    Declaration
    public int[] pixels
    Field Value
    Type
    System.Int32[]

    Properties

    Item[Int32]

    Gets or sets the pixels

    Declaration
    public int this[int i] { get; set; }
    Parameters
    Type Name Description
    System.Int32 i
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved