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