INSTextAttachmentContainer.GetImageForBounds Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve una imagen representada en bounds
.
[Foundation.Export("imageForBounds:textContainer:characterIndex:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UIImage GetImageForBounds (CoreGraphics.CGRect bounds, UIKit.NSTextContainer textContainer, nuint characterIndex);
abstract member GetImageForBounds : CoreGraphics.CGRect * UIKit.NSTextContainer * nuint -> UIKit.UIImage
Parámetros
- bounds
- CGRect
- textContainer
- NSTextContainer
- characterIndex
- System.System.UIntPtr System.unativeint
Devoluciones
- Atributos