PdfPage.GetCharacterBounds(nint) Method

Definition

Returns a rectangle that describes the bounds for the character at the specified index.

[Foundation.Export("characterBoundsAtIndex:")]
public virtual CoreGraphics.CGRect GetCharacterBounds (nint index);
abstract member GetCharacterBounds : nint -> CoreGraphics.CGRect
override this.GetCharacterBounds : nint -> CoreGraphics.CGRect

Parameters

index
System.System.IntPtr System.nativeint

The index of the character for which to get its bounding box.

Returns

Attributes

Applies to