IImage Interface
Represents a raster or vector image.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
 - VB
 - F#
 
public interface IImage
Public Interface IImage
type IImage = interface end
Properties
| Size | Gets the size of the image, in device independent pixels. | 
Methods
| Draw(DrawingContext, Rect, Rect) | Draws the image to a DrawingContext. |