public interface ICustomDrawOperation : IEquatable<ICustomDrawOperation>,
IDisposablePublic Interface ICustomDrawOperation
Inherits IEquatable(Of ICustomDrawOperation), IDisposabletype ICustomDrawOperation =
interface
interface IEquatable<ICustomDrawOperation>
interface IDisposable
end| Bounds | Gets the bounds of the visible content in the node in global coordinates. |
| 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 IEquatableICustomDrawOperation) |
| HitTest(Point) | Hit test the geometry in this node. |
| Render(ImmediateDrawingContext) | Renders the node to a drawing context. |