Converts a rectangle from one coordinate system type to another.
public PDFRect ConvertRect(
PDFCoordinateType sourceType,
PDFCoordinateType destinationType,
PDFRect rect
)
Public Function ConvertRect( _
ByVal sourceType As Leadtools.Pdf.PDFCoordinateType, _
ByVal destinationType As Leadtools.Pdf.PDFCoordinateType, _
ByVal rect As Leadtools.Pdf.PDFRect _
) As Leadtools.Pdf.PDFRect
public PDFRect convertRect(PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect)
public:
Leadtools.Pdf.PDFRect ConvertRect(
Leadtools.Pdf.PDFCoordinateType sourceType,
Leadtools.Pdf.PDFCoordinateType destinationType,
Leadtools.Pdf.PDFRect rect
)
sourceType
The current coordinate system type of rect.
destinationType
The coordinate system type to convert to.
rect
Coordinates to convert.
A PDFRect that contains the converted rectangle.
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