다음을 통해 공유


PdfView.ConvertPointFromPage(CGPoint, PdfPage) 메서드

정의

제공된 point 를 페이지 공간에서 보기 공간으로 변환합니다.

[Foundation.Export("convertPoint:fromPage:")]
public virtual CoreGraphics.CGPoint ConvertPointFromPage (CoreGraphics.CGPoint point, PdfKit.PdfPage page);
abstract member ConvertPointFromPage : CoreGraphics.CGPoint * PdfKit.PdfPage -> CoreGraphics.CGPoint
override this.ConvertPointFromPage : CoreGraphics.CGPoint * PdfKit.PdfPage -> CoreGraphics.CGPoint

매개 변수

point
CGPoint

변환할 점입니다.

page
PdfPage

점이 포함된 페이지입니다.

반환

특성

적용 대상