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.UI.Xaml.Controls
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public class PixelBufferInfo : Object
Constructors
PixelBufferInfo(IBuffer)
Retrieves information about the pixel buffer
Declaration
public PixelBufferInfo(IBuffer pixelBuffer)
Parameters
Type | Name | Description |
---|---|---|
Windows.Storage.Streams.IBuffer | pixelBuffer | pixel buffer |
Fields
Bytes
Declares a variable for Bytes
Declaration
public byte[] Bytes
Field Value
Type |
---|
System.Byte[] |
Properties
Item[Int32]
Gets or sets the Bytes
Declaration
public int this[int i] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | i bytes |
Property Value
Type | Description |
---|---|
System.Int32 | returns bytes |
Methods
UpdateFromBytes()
Seek and Write bytes
Declaration
public void UpdateFromBytes()