AVAsset.NaturalSize Property

Definition

Developers should not use this deprecated property. Developers should use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")]
public virtual CoreGraphics.CGSize NaturalSize { [Foundation.Export("naturalSize")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")] get; }
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGSize NaturalSize { [Foundation.Export("naturalSize")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.None, "Use 'NaturalSize/PreferredTransform' as appropriate on the video track instead.")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.NaturalSize : CoreGraphics.CGSize

Property Value

Attributes

Applies to