menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PixelBufferInfo - WindowsForms API Reference | Syncfusion

    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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public class PixelBufferInfo

    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 - 2025 Syncfusion Inc. All Rights Reserved