ICustomDrawOperation Interface
Definition
Namespace: Avalonia.Rendering.SceneGraph
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface ICustomDrawOperation : IEquatable<ICustomDrawOperation>,
IDisposable
Public Interface ICustomDrawOperation
Inherits IEquatable(Of ICustomDrawOperation), IDisposable
type ICustomDrawOperation =
interface
interface IEquatable<ICustomDrawOperation>
interface IDisposable
end
Implements | IDisposable, IEquatable(ICustomDrawOperation) |
Properties
Bounds | Gets 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. |