Class draw_state_tHandle
public abstract class draw_state_tHandle : SafeHandle, IDisposable, IEquatable<draw_state_tHandle>
- Inheritance
-
draw_state_tHandle
- Implements
- Derived
- Inherited Members
Constructors
draw_state_tHandle(bool)
protected draw_state_tHandle(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(draw_state_tHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(draw_state_tHandle? other)
Parameters
other
draw_state_tHandleAn object to compare with this object.
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
GetCurrentX()
public float GetCurrentX()
Returns
GetCurrentY()
public float GetCurrentY()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetPathOpen()
public int GetPathOpen()
Returns
GetPathStartX()
public float GetPathStartX()
Returns
GetPathStartY()
public float GetPathStartY()
Returns
OwnedCopy()
public draw_state_tOwnedHandle OwnedCopy()
Returns
SetCurrentX(float)
public void SetCurrentX(float value)
Parameters
value
float
SetCurrentY(float)
public void SetCurrentY(float value)
Parameters
value
float
SetPathOpen(int)
public void SetPathOpen(int value)
Parameters
value
int
SetPathStartX(float)
public void SetPathStartX(float value)
Parameters
value
float
SetPathStartY(float)
public void SetPathStartY(float value)
Parameters
value
float
UnownedCopy()
public draw_state_tUnownedHandle UnownedCopy()