PDFix SDK  6.5.0
PdsPathPoint Struct Referenceabstract

PdsPathPoint class. More...

Public Member Functions

virtual PdsPathPointType GetType ()=0
 Gets the type of the segment. More...
 
virtual bool GetPoint (PdfPoint *point)=0
 Gets the point. More...
 
virtual bool IsClosed ()=0
 Returns true if the segment is closed. More...
 

Detailed Description

PdsPathPoint class.

A PdsPathPoint is an object that represents one point in PdsPath .

Member Function Documentation

◆ GetPoint()

virtual bool PdsPathPoint::GetPoint ( PdfPoint point)
pure virtual

Gets the point.

Returns
The point.

◆ GetType()

virtual PdsPathPointType PdsPathPoint::GetType ( )
pure virtual

Gets the type of the segment.

Returns
Type of path segment.

◆ IsClosed()

virtual bool PdsPathPoint::IsClosed ( )
pure virtual

Returns true if the segment is closed.

Returns
True if the segment is closed, false otherwise.