Class Shape
이름 공간 : Aspose.Imaging 모임: Aspose.Imaging.dll (25.4.0)
형태 : 특정 규칙을 사용하여 연결된 포인트의 지속적인 집합.
public abstract class Shape : ObjectWithBounds
Inheritance
object ← ObjectWithBounds ← Shape
Derived
PolygonShape , RectangleProjectedShape
상속 회원들
ObjectWithBounds.GetBounds(Matrix) , ObjectWithBounds.GetBounds(Matrix, Pen) , ObjectWithBounds.Transform(Matrix) , ObjectWithBounds.Equals(object) , ObjectWithBounds.GetHashCode() , ObjectWithBounds.Equals(ObjectWithBounds) , ObjectWithBounds.Bounds , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
Shape()
protected Shape()
Properties
Center
그것은 형태의 중심을 얻습니다.
public abstract PointF Center { get; }
부동산 가치
HasSegments
그것은 모양이 세그먼트를 가지고 있는지 여부를 나타내는 값을 얻습니다.
public abstract bool HasSegments { get; }
부동산 가치
Segments
형태의 세그먼트를 얻습니다.
public abstract ShapeSegment[] Segments { get; }
부동산 가치
ShapeSegment [ ] [ [ ]
Methods
Equals(객체)
물건이 평등한지 확인하십시오.
public override bool Equals(object obj)
Parameters
obj
object
다른 물건은
Returns
평등 비교의 결과입니다.
Equals(Shape)
물건이 평등한지 확인하십시오.
protected bool Equals(Shape other)
Parameters
other
Shape
다른 물건은
Returns
평등 비교의 결과입니다.
GetHashCode()
현재 객체의 해시 코드를 얻으십시오.
public override int GetHashCode()
Returns
해시 코드 입니다.