Class LayoutLineHandle
public abstract class LayoutLineHandle : SafeHandle, IDisposable, IEquatable<LayoutLineHandle>
- Inheritance
-
LayoutLineHandle
- Implements
- Derived
- Inherited Members
Constructors
LayoutLineHandle(bool)
protected LayoutLineHandle(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(LayoutLineHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(LayoutLineHandle? other)
Parameters
other
LayoutLineHandleAn 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
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetIsParagraphStart()
public uint GetIsParagraphStart()
Returns
GetLayout()
public nint GetLayout()
Returns
GetLength()
public int GetLength()
Returns
GetResolvedDir()
public uint GetResolvedDir()
Returns
GetRuns()
public nint GetRuns()
Returns
GetStartIndex()
public int GetStartIndex()
Returns
OwnedCopy()
public LayoutLineOwnedHandle OwnedCopy()
Returns
SetIsParagraphStart(uint)
public void SetIsParagraphStart(uint value)
Parameters
value
uint
SetLayout(nint)
public void SetLayout(nint value)
Parameters
value
nint
SetLength(int)
public void SetLength(int value)
Parameters
value
int
SetResolvedDir(uint)
public void SetResolvedDir(uint value)
Parameters
value
uint
SetRuns(nint)
public void SetRuns(nint value)
Parameters
value
nint
SetStartIndex(int)
public void SetStartIndex(int value)
Parameters
value
int
UnownedCopy()
public LayoutLineUnownedHandle UnownedCopy()