LineSegment
LineSegment class
Representa un segmento que conduce directamente desde un punto específico al siguiente punto.
public class LineSegment : ShapeSegment
Constructores
Nombre | Descripción |
---|---|
LineSegment(PointF, PointF) | Inicializa una nueva instancia delLineSegment clase. |
Propiedades
Nombre | Descripción |
---|---|
override EndPoint { get; } | Obtiene el punto final. |
override StartPoint { get; } | Obtiene el punto de partida. |
Ver también
- class ShapeSegment
- espacio de nombres Aspose.Imaging.ShapeSegments
- asamblea Aspose.Imaging