Table of Contents

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

handle InputMethodUnderlineOwnedHandle

Properties

Handle

public InputMethodUnderlineOwnedHandle Handle { get; }

Property Value

InputMethodUnderlineOwnedHandle

Methods

Copy()

[Version("2.28")]
public InputMethodUnderline Copy()

Returns

InputMethodUnderline

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(InputMethodUnderline?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(InputMethodUnderline? other)

Parameters

other InputMethodUnderline

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Free()

[Version("2.28")]
public void Free()

GetGType()

public static Type GetGType()

Returns

Type

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

startOffset uint
endOffset uint

Returns

InputMethodUnderline

SetColor(RGBA?)

[Version("2.28")]
public void SetColor(RGBA? rgba)

Parameters

rgba RGBA