WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WriteableBitmapExtention - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WriteableBitmapExtention

    Represents an extension class that provides a method for validating saturation values.

    Inheritance
    System.Object
    WriteableBitmapExtention
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public static class WriteableBitmapExtention

    Methods

    GetPixels(Int32[])

    Retrieves information of the pixel buffer

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

    pixel buffer

    Returns
    Type Description
    PixelBufferInfo

    Returns information of the pixel buffer

    RenderSaturationValue(WriteableBitmap, Double)

    Validate the saturation values

    Declaration
    public static void RenderSaturationValue(this WriteableBitmap target, double hue = 0)
    Parameters
    Type Name Description
    System.Windows.Media.Imaging.WriteableBitmap target

    target value

    System.Double hue

    hue value

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved