Skip to main content

DrawingContext.PushedState Struct

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Base
Package:Avalonia
public struct DrawingContext.PushedState

Inheritance: ValueType -> DrawingContext.PushedState

Implements: IDisposable, IEquatable<PushedState>

Constructors

NameDescription
DrawingContext.PushedStateNo summary available.

DrawingContext.PushedState Constructor

public DrawingContext.PushedState(Avalonia.Media.DrawingContext context)

Parameters

context Avalonia.Media.DrawingContext

Methods

NameDescription
DisposeNo summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

Dispose Method

public void Dispose()

Equals overloads

Equals Method

public bool Equals(Avalonia.Media.DrawingContext.PushedState other)
Parameters

other Avalonia.Media.DrawingContext.PushedState

Returns

bool

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

ToString Method

public string ToString()

Returns

string