IRenderTarget Interface
Defines a render target
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public interface IRenderTarget : IDisposable
<PrivateApiAttribute>
Public Interface IRenderTarget
Inherits IDisposable
[<PrivateApiAttribute>]
type IRenderTarget =
interface
interface IDisposable
end
- Implements
- IDisposable
The interface used for obtaining drawing context from surfaces you can render on.
| IsCorrupted |
Indicates if the render target is no longer usable and needs to be recreated
|