Class ObjectWithBounds

Class ObjectWithBounds

이름 공간 : Aspose.Imaging 모임: Aspose.Imaging.dll (25.4.0)

개체는 한계를 가지고 있다.

public abstract class ObjectWithBounds

Inheritance

object ObjectWithBounds

Derived

Figure , GraphicsPath , Shape

상속 회원들

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

개체의 한계를 얻는다.

public abstract RectangleF Bounds { get; }

부동산 가치

RectangleF

Methods

Equals(객체)

물건이 평등한지 확인하십시오.

public override bool Equals(object obj)

Parameters

obj object

다른 물건은

Returns

bool

평등 비교의 결과입니다.

Equals(ObjectWithBounds)

물건이 평등한지 확인하십시오.

protected bool Equals(ObjectWithBounds other)

Parameters

other ObjectWithBounds

다른 물건은

Returns

bool

평등 비교의 결과입니다.

GetBounds(Matrix)

개체의 한계를 얻는다.

public abstract RectangleF GetBounds(Matrix matrix)

Parameters

matrix Matrix

경계 전에 적용해야 할 매트릭스는 계산됩니다.

Returns

RectangleF

추정된 개체의 경계를

GetBounds(매트릭스, 펜)

개체의 한계를 얻는다.

public abstract RectangleF GetBounds(Matrix matrix, Pen pen)

Parameters

matrix Matrix

경계 전에 적용해야 할 매트릭스는 계산됩니다.

pen Pen

개체에 사용하는 펜.이것은 개체의 경계 크기에 영향을 미칠 수 있습니다.

Returns

RectangleF

추정된 개체의 경계를

GetHashCode()

현재 객체의 해시 코드를 얻으십시오.

public override int GetHashCode()

Returns

int

해시 코드 입니다.

Transform(Matrix)

지정된 변형을 형태로 적용합니다.

public abstract void Transform(Matrix transform)

Parameters

transform Matrix

변화를 적용해야 한다.

 한국어