Class ShapeSegment
Class ShapeSegment
이름 공간 : Aspose.Imaging 모임: Aspose.Imaging.dll (25.4.0)
세그먼트는 두 포인트를 연결하는 라인 또는 곡선입니다.
public abstract class ShapeSegment
Inheritance
Derived
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ShapeSegment()
protected ShapeSegment()
Properties
EndPoint
마지막 포인트를 얻을 수 있습니다.
public abstract PointF EndPoint { get; }
부동산 가치
StartPoint
출발점을 얻을 수 있습니다.
public abstract PointF StartPoint { get; }
부동산 가치
Methods
Equals(객체)
물건이 평등한지 확인하십시오.
public override bool Equals(object obj)
Parameters
obj
object
다른 물건은
Returns
평등 비교의 결과입니다.
Equals(ShapeSegment)
물건이 평등한지 확인하십시오.
protected bool Equals(ShapeSegment other)
Parameters
other
ShapeSegment
다른 물건은
Returns
평등 비교의 결과입니다.
GetHashCode()
현재 객체의 해시 코드를 얻으십시오.
public override int GetHashCode()
Returns
해시 코드 입니다.