CIPerspectiveTransformWithExtent.InputImage Property
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.
Gets or sets an image to filter.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public CoreImage.CIImage? InputImage { [Foundation.Export("inputImage", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setInputImage:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("inputImage", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setInputImage:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.InputImage : CoreImage.CIImage with get, set
Property Value
Implements
- Attributes