Click or drag to resize
CanvasImage Class
Static operations that can be applied to all ICanvasImage instances.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.CanvasCanvasImage

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static class CanvasImage

The CanvasImage type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComputeHistogram
Generates a histogram from one color channel of the specified image.
Public methodStatic memberIsHistogramSupported
Checks whether the ComputeHistogram method is compatible with the GPU capabilities of the specified device.
Public methodStatic memberCode exampleSaveAsync(ICanvasImage, Rect, Single, ICanvasResourceCreator, IRandomAccessStream, CanvasBitmapFileFormat)
Saves an ICanvasImage to the given stream.
Public methodStatic memberSaveAsync(ICanvasImage, Rect, Single, ICanvasResourceCreator, IRandomAccessStream, CanvasBitmapFileFormat, Single)
Saves an ICanvasImage to the given stream.
Public methodStatic memberSaveAsync(ICanvasImage, Rect, Single, ICanvasResourceCreator, IRandomAccessStream, CanvasBitmapFileFormat, Single, CanvasBufferPrecision)
Saves an ICanvasImage to the given stream.
Top
See Also