Table of Contents

Class RenderReplay

Namespace
Gsk
Assembly
Gsk-4.0.dll
public sealed class RenderReplay : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<RenderReplay>, IDisposable
Inheritance
RenderReplay
Implements
Inherited Members

Constructors

RenderReplay(RenderReplayOwnedHandle)

public RenderReplay(RenderReplayOwnedHandle handle)

Parameters

handle RenderReplayOwnedHandle

Properties

Handle

public RenderReplayOwnedHandle Handle { get; }

Property Value

RenderReplayOwnedHandle

Methods

Default(RenderNode)

[Version("4.22")]
public RenderNode? Default(RenderNode node)

Parameters

node RenderNode

Returns

RenderNode

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Equals(RenderReplay?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(RenderReplay? other)

Parameters

other RenderReplay

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

FilterFont(Font)

[Version("4.22")]
public Font FilterFont(Font font)

Parameters

font Font

Returns

Font

FilterNode(RenderNode)

[Version("4.22")]
public RenderNode? FilterNode(RenderNode node)

Parameters

node RenderNode

Returns

RenderNode

FilterTexture(Texture)

[Version("4.22")]
public Texture FilterTexture(Texture texture)

Parameters

texture Texture

Returns

Texture

Free()

[Version("4.22")]
public void Free()

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New()

[Version("4.22")]
public static RenderReplay New()

Returns

RenderReplay

SetFontFilter(RenderReplayFontFilter?)

[Version("4.22")]
public void SetFontFilter(RenderReplayFontFilter? filter)

Parameters

filter RenderReplayFontFilter

A callback. If it raises an exception the application will terminate. To receive this unhandled exception see SetHandler(Action<Exception>?).

SetTextureFilter(RenderReplayTextureFilter?)

[Version("4.22")]
public void SetTextureFilter(RenderReplayTextureFilter? filter)

Parameters

filter RenderReplayTextureFilter

A callback. If it raises an exception the application will terminate. To receive this unhandled exception see SetHandler(Action<Exception>?).