Class ObjectWithBounds

Class ObjectWithBounds

A név: Aspose.Imaging Összefoglaló: Aspose.Imaging.dll (25.4.0)

Az objektumnak határai vannak.

public abstract class ObjectWithBounds

Inheritance

object ObjectWithBounds

Derived

Figure , GraphicsPath , Shape

Örökletes tagok

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ObjectWithBounds()

protected ObjectWithBounds()

Properties

Bounds

Megkapja az objektum határait.

public abstract RectangleF Bounds { get; }

ingatlan értéke

RectangleF

Methods

Equals(objektum)

Ellenőrizze, hogy a tárgyak egyenlőek-e.

public override bool Equals(object obj)

Parameters

obj object

A másik objektum.

Returns

bool

Az egyenlőség összehasonlításának eredménye.

Equals(ObjectWithBounds)

Ellenőrizze, hogy a tárgyak egyenlőek-e.

protected bool Equals(ObjectWithBounds other)

Parameters

other ObjectWithBounds

A másik objektum.

Returns

bool

Az egyenlőség összehasonlításának eredménye.

GetBounds(Matrix)

Megkapja az objektum határait.

public abstract RectangleF GetBounds(Matrix matrix)

Parameters

matrix Matrix

A határokat megelőzően alkalmazandó matrica kiszámításra kerül.

Returns

RectangleF

A becsült objektum határai.

GetBounds(Matrix és Pen)

Megkapja az objektum határait.

public abstract RectangleF GetBounds(Matrix matrix, Pen pen)

Parameters

matrix Matrix

A határokat megelőzően alkalmazandó matrica kiszámításra kerül.

pen Pen

Ez befolyásolhatja az objektum határainak méretét.

Returns

RectangleF

A becsült objektum határai.

GetHashCode()

Adja meg a jelenlegi objektum hash kódját.

public override int GetHashCode()

Returns

int

A hash kód.

Transform(Matrix)

alkalmazza a meghatározott átalakítást a formához.

public abstract void Transform(Matrix transform)

Parameters

transform Matrix

A transzformáció alkalmazható.

 Magyar