次の方法で共有


CALayer.Filters Property

Definition

An array of Core Image filters applied to the content of this layer and its sublayers.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreImage.CIFilter[]? Filters { [Foundation.Export("filters", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setFilters:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("filters", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setFilters:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.Filters : CoreImage.CIFilter[] with get, set

Property Value

The default value is null.

This value can be null.

Attributes

Applies to