Class AttrShape
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public sealed class AttrShape
- Inheritance
-
AttrShape
- Inherited Members
Constructors
AttrShape()
public AttrShape()
AttrShape(AttrShapeOwnedHandle)
public AttrShape(AttrShapeOwnedHandle handle)
Parameters
handle
AttrShapeOwnedHandle
Properties
Handle
public AttrShapeOwnedHandle Handle { get; }
Property Value
Methods
Equals(AttrShape?)
public bool Equals(AttrShape? other)
Parameters
other
AttrShape
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(Rectangle, Rectangle)
public static Attribute New(Rectangle inkRect, Rectangle logicalRect)
Parameters
Returns
NewWithData(Rectangle, Rectangle, IntPtr, AttrDataCopyFunc?)
[Version("1.8")]
public static Attribute NewWithData(Rectangle inkRect, Rectangle logicalRect, IntPtr data, AttrDataCopyFunc? copyFunc)
Parameters
inkRect
RectanglelogicalRect
Rectangledata
IntPtrcopyFunc
AttrDataCopyFunc