Class ShadowHandle
public abstract class ShadowHandle : SafeHandle, IDisposable
- Inheritance
-
ShadowHandle
- Implements
- Derived
- Inherited Members
Constructors
ShadowHandle(bool)
protected ShadowHandle(bool ownsHandle)
Parameters
ownsHandlebool
Properties
IsInvalid
When overridden in a derived class, gets a value indicating whether the handle value is invalid.
public override sealed bool IsInvalid { get; }
Property Value
Methods
Equals(ShadowHandle?)
public bool Equals(ShadowHandle? other)
Parameters
otherShadowHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetColor()
public RGBAData GetColor()
Returns
GetDx()
public float GetDx()
Returns
GetDy()
public float GetDy()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetRadius()
public float GetRadius()
Returns
SetColor(RGBAData)
public void SetColor(RGBAData value)
Parameters
valueRGBAData
SetDx(float)
public void SetDx(float value)
Parameters
valuefloat
SetDy(float)
public void SetDy(float value)
Parameters
valuefloat
SetRadius(float)
public void SetRadius(float value)
Parameters
valuefloat