PdfPage.GetCharacterBounds(nint) 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.
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