Edit

Share via


PdfView.GetAreaOfInterest Method

Definition

Overloads

GetAreaOfInterest(UIEvent)

Returns the area of interest for the current cursor position.

GetAreaOfInterest(CGPoint)

Returns the area of interest for the specified point.

GetAreaOfInterest(NSEvent)

GetAreaOfInterest(UIEvent)

Returns the area of interest for the current cursor position.

[Foundation.Export("areaOfInterestForMouse:")]
public virtual PdfKit.PdfAreaOfInterest GetAreaOfInterest (UIKit.UIEvent mouseEvent);
abstract member GetAreaOfInterest : UIKit.UIEvent -> PdfKit.PdfAreaOfInterest
override this.GetAreaOfInterest : UIKit.UIEvent -> PdfKit.PdfAreaOfInterest

Parameters

mouseEvent
UIEvent

The mouse event for which to obtain the area of interest.

Returns

Attributes

Applies to

GetAreaOfInterest(CGPoint)

Returns the area of interest for the specified point.

[Foundation.Export("areaOfInterestForPoint:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual PdfKit.PdfAreaOfInterest GetAreaOfInterest (CoreGraphics.CGPoint point);
abstract member GetAreaOfInterest : CoreGraphics.CGPoint -> PdfKit.PdfAreaOfInterest
override this.GetAreaOfInterest : CoreGraphics.CGPoint -> PdfKit.PdfAreaOfInterest

Parameters

point
CGPoint

The point for which to obtain the area of interest

Returns

Attributes

Applies to

GetAreaOfInterest(NSEvent)

[Foundation.Export("areaOfInterestForMouse:")]
public virtual PdfKit.PdfAreaOfInterest GetAreaOfInterest (AppKit.NSEvent mouseEvent);
abstract member GetAreaOfInterest : AppKit.NSEvent -> PdfKit.PdfAreaOfInterest
override this.GetAreaOfInterest : AppKit.NSEvent -> PdfKit.PdfAreaOfInterest

Parameters

mouseEvent
NSEvent

Returns

Attributes

Applies to