示例#1
0
 public FS_RECTF GetCharBox(int index)
 {
     PDFium.FPDFText_GetCharBox(Handle, index, out double left, out double right, out double bottom, out double top);
     return(new FS_RECTF((float)left, (float)right, (float)bottom, (float)top));
 }