Class ShadowHandle
public abstract class ShadowHandle : SafeHandle, IDisposable
- Inheritance
-
ShadowHandle
- Implements
- Derived
- Inherited Members
Constructors
ShadowHandle(bool)
protected ShadowHandle(bool ownsHandle)
Parameters
ownsHandle
bool
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
other
ShadowHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe 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
value
RGBAData
SetDx(float)
public void SetDx(float value)
Parameters
value
float
SetDy(float)
public void SetDy(float value)
Parameters
value
float
SetRadius(float)
public void SetRadius(float value)
Parameters
value
float