NSTextTable.GetRectForBlock 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("rectForBlock:layoutAtPoint:inRect:textContainer:characterRange:")]
public virtual CoreGraphics.CGRect GetRectForBlock (AppKit.NSTextTableBlock block, CoreGraphics.CGPoint startingPoint, CoreGraphics.CGRect rect, AppKit.NSTextContainer textContainer, Foundation.NSRange charRange);
abstract member GetRectForBlock : AppKit.NSTextTableBlock * CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSTextContainer * Foundation.NSRange -> CoreGraphics.CGRect
override this.GetRectForBlock : AppKit.NSTextTableBlock * CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSTextContainer * Foundation.NSRange -> CoreGraphics.CGRect
Parameters
- block
- NSTextTableBlock
- startingPoint
- CGPoint
- rect
- CGRect
- textContainer
- NSTextContainer
- charRange
- NSRange
Returns
- Attributes