ICIGlassDistortionProtocol.InputCenter 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 the center of the input texture.
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint InputCenter { [Foundation.Export("center", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setCenter:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("center", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setCenter:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.InputCenter : CoreGraphics.CGPoint with get, set
Property Value
The default value is 200.0.
- Attributes