NSTextAttachment.GetImageForBounds(CGRect, NSTextContainer, nuint) 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("imageForBounds:textContainer:characterIndex:")]
public virtual UIKit.UIImage GetImageForBounds (CoreGraphics.CGRect bounds, UIKit.NSTextContainer textContainer, nuint characterIndex);
abstract member GetImageForBounds : CoreGraphics.CGRect * UIKit.NSTextContainer * nuint -> UIKit.UIImage
override this.GetImageForBounds : CoreGraphics.CGRect * UIKit.NSTextContainer * nuint -> UIKit.UIImage
Parameters
- bounds
- CGRect
- textContainer
- NSTextContainer
- characterIndex
- System.System.UIntPtr System.unativeint
Returns
Implements
- Attributes