Table of Contents

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

AttrShapeOwnedHandle

Methods

Equals(AttrShape?)

public bool Equals(AttrShape? other)

Parameters

other AttrShape

Returns

bool

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.

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

inkRect Rectangle
logicalRect Rectangle

Returns

Attribute

NewWithData(Rectangle, Rectangle, IntPtr, AttrDataCopyFunc?)

[Version("1.8")]
public static Attribute NewWithData(Rectangle inkRect, Rectangle logicalRect, IntPtr data, AttrDataCopyFunc? copyFunc)

Parameters

inkRect Rectangle
logicalRect Rectangle
data IntPtr
copyFunc AttrDataCopyFunc

Returns

Attribute