NSTypesetter.GetLineFragment Method

Definition

Overloads

GetLineFragment(CGRect, CGRect, NSRange, CGPoint)
GetLineFragment(CGRect, CGRect, CGRect, nuint, CGRect, nfloat, nfloat, nfloat)

GetLineFragment(CGRect, CGRect, NSRange, CGPoint)

[Foundation.Export("getLineFragmentRect:usedRect:forParagraphSeparatorGlyphRange:atProposedOrigin:")]
public virtual void GetLineFragment (out CoreGraphics.CGRect lineFragmentRect, out CoreGraphics.CGRect lineFragmentUsedRect, Foundation.NSRange paragraphSeparatorGlyphRange, CoreGraphics.CGPoint proposedOrigin);
abstract member GetLineFragment :  *  * Foundation.NSRange * CoreGraphics.CGPoint -> unit
override this.GetLineFragment :  *  * Foundation.NSRange * CoreGraphics.CGPoint -> unit

Parameters

lineFragmentRect
CGRect
lineFragmentUsedRect
CGRect
paragraphSeparatorGlyphRange
NSRange
proposedOrigin
CGPoint
Attributes

Applies to

GetLineFragment(CGRect, CGRect, CGRect, nuint, CGRect, nfloat, nfloat, nfloat)

[Foundation.Export("getLineFragmentRect:usedRect:remainingRect:forStartingGlyphAtIndex:proposedRect:lineSpacing:paragraphSpacingBefore:paragraphSpacingAfter:")]
public virtual void GetLineFragment (out CoreGraphics.CGRect lineFragment, out CoreGraphics.CGRect lineFragmentUsed, out CoreGraphics.CGRect remaining, nuint startingGlyphIndex, CoreGraphics.CGRect proposedRect, nfloat lineSpacing, nfloat paragraphSpacingBefore, nfloat paragraphSpacingAfter);
abstract member GetLineFragment :  *  *  * nuint * CoreGraphics.CGRect * nfloat * nfloat * nfloat -> unit
override this.GetLineFragment :  *  *  * nuint * CoreGraphics.CGRect * nfloat * nfloat * nfloat -> unit

Parameters

lineFragment
CGRect
lineFragmentUsed
CGRect
remaining
CGRect
startingGlyphIndex
System.System.UIntPtr System.unativeint
proposedRect
CGRect
lineSpacing
nfloat
paragraphSpacingBefore
nfloat
paragraphSpacingAfter
nfloat
Attributes

Applies to