IDrawOperation Interface

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

Name Value Summary
Bounds Rect
Gets the bounds of the visible content in the node in global coordinates.

Methods

Name Value Summary
HitTest(Point) bool
Hit test the geometry in this node.
Render(IDrawingContextImpl) void
Renders the node to a drawing context.