TdxPDFPagePoint.Create(Integer,TdxPointF) Method
Creates a point on a specified PDF document page.
Declaration
class function Create(APageIndex: Integer; const APoint: TdxPointF): TdxPDFPagePoint; overload; static;
Parameters
Name | Type | Description |
---|---|---|
APageIndex | Integer | A page index. |
APoint | TdxPointF | A TPoint type equivalent with single-precision floating-point coordinates. |
Returns
Type | Description |
---|---|
TdxPDFPagePoint | Defines a point on a PDF document page. |
See Also