Table of Contents

Class Shadow

Namespace
Gsk
Assembly
Gsk-4.0.dll
public sealed class Shadow
Inheritance
Shadow
Inherited Members

Constructors

Shadow()

public Shadow()

Shadow(ShadowOwnedHandle)

public Shadow(ShadowOwnedHandle handle)

Parameters

handle ShadowOwnedHandle

Properties

Dx

public float Dx { get; set; }

Property Value

float

Dy

public float Dy { get; set; }

Property Value

float

Handle

public ShadowOwnedHandle Handle { get; }

Property Value

ShadowOwnedHandle

Radius

public float Radius { get; set; }

Property Value

float

Methods

Equals(Shadow?)

public bool Equals(Shadow? other)

Parameters

other Shadow

Returns

bool

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.