Class CssLocation
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public sealed class CssLocation
- Inheritance
-
CssLocation
- Inherited Members
Constructors
CssLocation()
public CssLocation()
CssLocation(CssLocationOwnedHandle)
public CssLocation(CssLocationOwnedHandle handle)
Parameters
handle
CssLocationOwnedHandle
Properties
Bytes
public nuint Bytes { get; set; }
Property Value
Chars
public nuint Chars { get; set; }
Property Value
Handle
public CssLocationOwnedHandle Handle { get; }
Property Value
LineBytes
public nuint LineBytes { get; set; }
Property Value
LineChars
public nuint LineChars { get; set; }
Property Value
Lines
public nuint Lines { get; set; }
Property Value
Methods
Equals(CssLocation?)
public bool Equals(CssLocation? other)
Parameters
other
CssLocation
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.