NSTextContainer.GetLineFragmentRect 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.
[Foundation.Export("lineFragmentRectForProposedRect:atIndex:writingDirection:remainingRect:")]
public virtual CoreGraphics.CGRect GetLineFragmentRect (CoreGraphics.CGRect proposedRect, nuint characterIndex, Foundation.NSWritingDirection baseWritingDirection, out CoreGraphics.CGRect remainingRect);
abstract member GetLineFragmentRect : CoreGraphics.CGRect * nuint * Foundation.NSWritingDirection * -> CoreGraphics.CGRect
override this.GetLineFragmentRect : CoreGraphics.CGRect * nuint * Foundation.NSWritingDirection * -> CoreGraphics.CGRect
Parameters
- proposedRect
- CGRect
- characterIndex
- System.System.UIntPtr System.unativeint
- baseWritingDirection
- NSWritingDirection
- remainingRect
- CGRect
Returns
- Attributes