Skip to main content

ICustomDrawOperation Interface

Definition

Namespace: Avalonia.Rendering.SceneGraph
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public interface ICustomDrawOperation : IEquatable<ICustomDrawOperation>, 
IDisposable
ImplementsIDisposable, IEquatable(ICustomDrawOperation)

Properties

BoundsGets the bounds of the visible content in the node in global coordinates.

Methods

Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Equals(T)Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatable(ICustomDrawOperation))
HitTest(Point)Hit test the geometry in this node.
Render(ImmediateDrawingContext)Renders the node to a drawing context.

See Also

Reference

Avalonia.Rendering.SceneGraph Namespace