AVAssetWriterInput.Transform 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.
The preferred transform to be applied to visual data.
public virtual CoreGraphics.CGAffineTransform Transform { [Foundation.Export("transform", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setTransform:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.Transform : CoreGraphics.CGAffineTransform with get, set
Property Value
The default value is the identity transform.
- Attributes