AVAsset.NaturalSize 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.
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