Class AttrSize
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public sealed class AttrSize
- Inheritance
-
AttrSize
- Inherited Members
Constructors
AttrSize()
public AttrSize()
AttrSize(AttrSizeOwnedHandle)
public AttrSize(AttrSizeOwnedHandle handle)
Parameters
handle
AttrSizeOwnedHandle
Properties
Absolute
public uint Absolute { get; set; }
Property Value
Handle
public AttrSizeOwnedHandle Handle { get; }
Property Value
Size
public int Size { get; set; }
Property Value
Methods
Equals(AttrSize?)
public bool Equals(AttrSize? other)
Parameters
other
AttrSize
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.
New(int)
public static Attribute New(int size)
Parameters
size
int
Returns
NewAbsolute(int)
[Version("1.8")]
public static Attribute NewAbsolute(int size)
Parameters
size
int