Summary
Defines the platform-specific interface for a
RenderTargetBitmap
.
- Namespace
- Avalonia
.Platform - Interfaces
-
- IBitmapImpl
- IRenderTarget
- IDisposable
- Implementing Types
graph BT
Type-.->Interface0["IBitmapImpl"]
click Interface0 "/api/Avalonia.Platform/IBitmapImpl"
Type-.->Interface1["IRenderTarget"]
click Interface1 "/api/Avalonia.Platform/IRenderTarget"
Type-.->Interface2["IDisposable"]
Type["IRenderTargetBitmapImpl"]
class Type type-node
Implementing0["IDrawingContextLayerImpl"]-.->Type
click Implementing0 "/api/Avalonia.Platform/IDrawingContextLayerImpl"
Syntax
public interface IRenderTargetBitmapImpl : IBitmapImpl, IRenderTarget, IDisposable