Table of Contents

Struct DrawingContext.PushedState

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public struct DrawingContext.PushedState : IDisposable, IEquatable<DrawingContext.PushedState>
Implements
Inherited Members

Constructors

PushedState(DrawingContext)

public PushedState(DrawingContext context)

Parameters

context DrawingContext

Methods

Dispose()

public void Dispose()

Equals(PushedState)

public readonly bool Equals(DrawingContext.PushedState other)

Parameters

other DrawingContext.PushedState

Returns

bool

Equals(object)

public override readonly bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override readonly int GetHashCode()

Returns

int

ToString()

public override readonly string ToString()

Returns

string

Operators

operator ==(PushedState, PushedState)

public static bool operator ==(DrawingContext.PushedState left, DrawingContext.PushedState right)

Parameters

left DrawingContext.PushedState
right DrawingContext.PushedState

Returns

bool

operator !=(PushedState, PushedState)

public static bool operator !=(DrawingContext.PushedState left, DrawingContext.PushedState right)

Parameters

left DrawingContext.PushedState
right DrawingContext.PushedState

Returns

bool