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 PDFCoordinateType, _
ByVal destinationType As PDFCoordinateType, _
ByVal rect As PDFRect _
) As PDFRect
public PDFRect convertRect(PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect)
public:
PDFRect ConvertRect(
PDFCoordinateType sourceType,
PDFCoordinateType destinationType,
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document