Converts a point from one coordinate system type to another.
public PDFPoint ConvertPoint(
PDFCoordinateType sourceType,
PDFCoordinateType destinationType,
PDFPoint point
)
Public Function ConvertPoint( _
ByVal sourceType As Leadtools.Pdf.PDFCoordinateType, _
ByVal destinationType As Leadtools.Pdf.PDFCoordinateType, _
ByVal point As Leadtools.Pdf.PDFPoint _
) As Leadtools.Pdf.PDFPoint
public PDFPoint convertPoint(PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFPoint point)
public:
Leadtools.Pdf.PDFPoint ConvertPoint(
Leadtools.Pdf.PDFCoordinateType sourceType,
Leadtools.Pdf.PDFCoordinateType destinationType,
Leadtools.Pdf.PDFPoint point
)
sourceType
The current coordinate system type of point.
destinationType
The coordinate system type to convert to.
point
Coordinates to convert.
A PDFPoint that contains the converted point.
For more information, refer to PDF Coordinate System.
For an example, refer to PDFObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET