- Namespace
- Avalonia
.Platform - Interfaces
-
- I
Render Target Bitmap Impl - IBitmapImpl
- IRenderTarget
- IDisposable
- I
graph BT
Type-.->Interface0["IRenderTargetBitmapImpl"]
click Interface0 "/api/Avalonia.Platform/IRenderTargetBitmapImpl"
Type-.->Interface1["IBitmapImpl"]
click Interface1 "/api/Avalonia.Platform/IBitmapImpl"
Type-.->Interface2["IRenderTarget"]
click Interface2 "/api/Avalonia.Platform/IRenderTarget"
Type-.->Interface3["IDisposable"]
Type["IDrawingContextLayerImpl"]
class Type type-node
Syntax
public interface IDrawingContextLayerImpl : IRenderTargetBitmapImpl, IBitmapImpl, IRenderTarget,
IDisposable
Properties
Name | Value | Summary |
---|---|---|
CanBlit | bool |
Returns true if layer supports optimized blit
|
Methods
Name | Value | Summary |
---|---|---|
Blit |
void |
Does optimized blit with Src blend mode
|