Share via


CIDisintegrateWithMaskTransition.MaskImage Property

Definition

Gets or sets the mask to use for the transition.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public CoreImage.CIImage? MaskImage { [Foundation.Export("maskImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setMaskImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("maskImage", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setMaskImage:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.MaskImage : CoreImage.CIImage with get, set

Property Value

Implements

Attributes

Applies to