ICustomDrawOperation Interface

Definition

Namespace: Avalonia.Rendering.SceneGraph
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
public interface ICustomDrawOperation : IEquatable<ICustomDrawOperation>, 
	IDisposable
Implements
IDisposable, IEquatableICustomDrawOperation

Properties

Bounds Gets the bounds of the visible content in the node in global coordinates.

Methods

DisposePerforms 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 IEquatableICustomDrawOperation)
HitTest(Point) Hit test the geometry in this node.
Render(ImmediateDrawingContext) Renders the node to a drawing context.

See Also