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
哈希代码。