Class ShapeSegment

Class ShapeSegment

Nombre del espacio: Aspose.Imaging Asamblea: Aspose.Imaging.dll (25.4.0)

Un segmento es una línea o curva que conecta dos puntos.

public abstract class ShapeSegment

Inheritance

object ShapeSegment

Derived

LineSegment

Miembros heredados

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

Constructors

ShapeSegment()

protected ShapeSegment()

Properties

EndPoint

Obtenga el punto final.

public abstract PointF EndPoint { get; }

Valor de la propiedad

PointF

StartPoint

Obtenga el punto de partida.

public abstract PointF StartPoint { get; }

Valor de la propiedad

PointF

Methods

Equals(Objeto)

Verifique si los objetos son iguales.

public override bool Equals(object obj)

Parameters

obj object

El otro objeto.

Returns

bool

El resultado de la igualdad.

Equals(ShapeSegment)

Verifique si los objetos son iguales.

protected bool Equals(ShapeSegment other)

Parameters

other ShapeSegment

El otro objeto.

Returns

bool

El resultado de la igualdad.

GetHashCode()

Obtenga el código hash del objeto actual.

public override int GetHashCode()

Returns

int

El código hash.

 Español