UIImage.ApplyConfiguration 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.
Overloads
| Name | Description |
|---|---|
| ApplyConfiguration(UIImageConfiguration) | |
| ApplyConfiguration(UIImageSymbolConfiguration) |
ApplyConfiguration(UIImageConfiguration)
[Foundation.Export("imageWithConfiguration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage ApplyConfiguration(UIKit.UIImageConfiguration configuration);
[<Foundation.Export("imageWithConfiguration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplyConfiguration : UIKit.UIImageConfiguration -> UIKit.UIImage
override this.ApplyConfiguration : UIKit.UIImageConfiguration -> UIKit.UIImage
Parameters
- configuration
- UIImageConfiguration
Returns
- Attributes
Applies to
ApplyConfiguration(UIImageSymbolConfiguration)
[Foundation.Export("imageByApplyingSymbolConfiguration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage? ApplyConfiguration(UIKit.UIImageSymbolConfiguration configuration);
[<Foundation.Export("imageByApplyingSymbolConfiguration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplyConfiguration : UIKit.UIImageSymbolConfiguration -> UIKit.UIImage
override this.ApplyConfiguration : UIKit.UIImageSymbolConfiguration -> UIKit.UIImage
Parameters
- configuration
- UIImageSymbolConfiguration
Returns
- Attributes