VNImageTranslationAlignmentObservation.AlignmentTransform Property
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 CGAffineTransform that, when applied to the second image, registers it as well as possible with the first.
public virtual CoreGraphics.CGAffineTransform AlignmentTransform { [Foundation.Export("alignmentTransform", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setAlignmentTransform:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.AlignmentTransform : CoreGraphics.CGAffineTransform with get, set
- Attributes