Leadtools.Pdfアセンブリ > Leadtools.Pdf名前空間 > PDFDocumentPageクラス :ConvertRectメソッド |
public PDFRect ConvertRect( PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect )
'Declaration
Public Function ConvertRect( _ ByVal sourceType As PDFCoordinateType, _ ByVal destinationType As PDFCoordinateType, _ ByVal rect As PDFRect _ ) As PDFRect
'Usage
Dim instance As PDFDocumentPage Dim sourceType As PDFCoordinateType Dim destinationType As PDFCoordinateType Dim rect As PDFRect Dim value As PDFRect value = instance.ConvertRect(sourceType, destinationType, rect)
public PDFRect convertRect(PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect)
public: PDFRect ConvertRect( PDFCoordinateType sourceType, PDFCoordinateType destinationType, PDFRect rect )
詳細については、「PDF座標系」を参照してください。
サンプルのために、参照しますPDFObject。