PdfView.ConvertRectangleFromPage(CGRect, PdfPage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the provided rectangle from page space to view space.
[Foundation.Export("convertRect:fromPage:")]
public virtual CoreGraphics.CGRect ConvertRectangleFromPage (CoreGraphics.CGRect rect, PdfKit.PdfPage page);
abstract member ConvertRectangleFromPage : CoreGraphics.CGRect * PdfKit.PdfPage -> CoreGraphics.CGRect
override this.ConvertRectangleFromPage : CoreGraphics.CGRect * PdfKit.PdfPage -> CoreGraphics.CGRect
Parameters
- rect
- CGRect
The rectangle to convert.
- page
- PdfPage
The page that contains the rectangle.
Returns
- Attributes