Compartir a través de


UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) Método

Definición

Crea un UIImage objeto basado en this, con el especificado alignmentInsets.

[Foundation.Export("imageWithAlignmentRectInsets:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImage ImageWithAlignmentRectInsets (UIKit.UIEdgeInsets alignmentInsets);
abstract member ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage
override this.ImageWithAlignmentRectInsets : UIKit.UIEdgeInsets -> UIKit.UIImage

Parámetros

alignmentInsets
UIEdgeInsets

Metadatos de alineación que se van a aplicar a la nueva imagen.

Devoluciones

Nueva imagen.

Atributos

Comentarios

(Se está llegando más documentación para este nodo)

Esto se puede usar desde un subproceso en segundo plano.

Se aplica a