Click or drag to resize
CanvasImage Methods

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