Click or drag to resize
ICanvasImage Interface
Abstract interface representing anything that stores or is able to create a 2D image. This can be a CanvasBitmap, command list, or image processing effect.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public interface ICanvasImage : IGraphicsEffectSource, 
	IDisposable
Methods
  NameDescription
Public methodGetBounds(ICanvasResourceCreator)
Retrieves the bounds of this ICanvasImage.
Public methodGetBounds(ICanvasResourceCreator, Matrix3x2)
Retrieves the bounds of this ICanvasImage.
Top
See Also