Table of Contents

Class ComponentTransfer

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

Constructors

ComponentTransfer(ComponentTransferOwnedHandle)

public ComponentTransfer(ComponentTransferOwnedHandle handle)

Parameters

handle ComponentTransferOwnedHandle

Properties

Handle

public ComponentTransferOwnedHandle Handle { get; }

Property Value

ComponentTransferOwnedHandle

Methods

Copy()

[Version("4.20")]
public ComponentTransfer Copy()

Returns

ComponentTransfer

Dispose()

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

public void Dispose()

Equal(nint, nint)

[Version("4.20")]
public static bool Equal(nint self, nint other)

Parameters

self nint
other nint

Returns

bool

Equals(ComponentTransfer?)

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

public bool Equals(ComponentTransfer? other)

Parameters

other ComponentTransfer

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.

Free()

[Version("4.20")]
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.

NewDiscrete(Span<float>)

[Version("4.20")]
public static ComponentTransfer NewDiscrete(Span<float> values)

Parameters

values Span<float>

Returns

ComponentTransfer

NewGamma(float, float, float)

[Version("4.20")]
public static ComponentTransfer NewGamma(float amp, float exp, float ofs)

Parameters

amp float
exp float
ofs float

Returns

ComponentTransfer

NewIdentity()

[Version("4.20")]
public static ComponentTransfer NewIdentity()

Returns

ComponentTransfer

NewLevels(float)

[Version("4.20")]
public static ComponentTransfer NewLevels(float n)

Parameters

n float

Returns

ComponentTransfer

NewLinear(float, float)

[Version("4.20")]
public static ComponentTransfer NewLinear(float m, float b)

Parameters

m float
b float

Returns

ComponentTransfer

NewTable(Span<float>)

[Version("4.20")]
public static ComponentTransfer NewTable(Span<float> values)

Parameters

values Span<float>

Returns

ComponentTransfer