Compartilhar via


UIImage.ImageWithAlignmentRectInsets(UIEdgeInsets) Método

Definição

Cria um UIImage com base em this, com o 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

Metadados de alinhamento que devem ser aplicados à nova imagem.

Retornos

Uma nova imagem.

Atributos

Comentários

(Mais documentação para este nó está chegando)

Isso pode ser usado em um thread em segundo plano.

Aplica-se a