Resource Base
Table of contents

LineSegment

The LineSegment class represents a line segment in 2D space, which contains the start point and end point of the line segment.

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCore.aar

class LineSegment

Methods & Attributes

Attributes Type Description
startPoint android.graphics.Point The starting point of the line segment.
endPoint android.graphics.Point The ending point of the line segment.
Method Description
LineSegment The constructor.

startPoint

The start point of the line segment.

Point startPoint;

endPoint

The end point of the line segment.

Point endPoint;

LineSegment

The constructor.

LineSegment();

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +