Summary
Represents a node in the low-level scene graph that represents geometry.
- Namespace
- Avalonia
.Rendering .SceneGraph - Interfaces
-
- IDisposable
- Implementing Types
graph BT
Type-.->Interface0["IDisposable"]
Type["IDrawOperation"]
class Type type-node
Implementing0["ICustomDrawOperation"]-.->Type
click Implementing0 "/api/Avalonia.Rendering.SceneGraph/ICustomDrawOperation"
Syntax
public interface IDrawOperation : IDisposable
Properties
Methods
Name | Value | Summary |
---|---|---|
HitTest |
bool |
Hit test the geometry in this node.
|
Render |
void |
Renders the node to a drawing context.
|