Class InputMethodUnderline
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class InputMethodUnderline : BoxedRecord, IEquatable<InputMethodUnderline>
- Inheritance
-
InputMethodUnderline
- Implements
- Inherited Members
Constructors
InputMethodUnderline(InputMethodUnderlineOwnedHandle)
public InputMethodUnderline(InputMethodUnderlineOwnedHandle handle)
Parameters
Properties
Handle
public InputMethodUnderlineOwnedHandle Handle { get; }
Property Value
Methods
Copy()
[Version("2.28")]
public InputMethodUnderline Copy()
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
Equals(InputMethodUnderline?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(InputMethodUnderline? other)
Parameters
other
InputMethodUnderlineAn object to compare with this object.
Returns
Free()
[Version("2.28")]
public void Free()
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
New(uint, uint)
[Version("2.28")]
public static InputMethodUnderline New(uint startOffset, uint endOffset)
Parameters
Returns
SetColor(RGBA?)
[Version("2.28")]
public void SetColor(RGBA? rgba)
Parameters
rgba
RGBA