Avalonia API Reference
C#
VB
F#
Show/Hide TOC
IImage Interface
Represents a raster or vector image.
Definition
Namespace:
Avalonia.Media
Assembly:
Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
Copy
View Source
public
interface
IImage
VB
Copy
View Source
Public
Interface
IImage
F#
Copy
View Source
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
.
See Also
Reference
Avalonia.Media Namespace
In This Article
Definition
Properties
Methods
See Also