AVDepthData.ApplyExifOrientation(CGImagePropertyOrientation) Method
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.
Returns a new mirrored or rotated set of depth data.
[Foundation.Export("depthDataByApplyingExifOrientation:")]
public virtual AVFoundation.AVDepthData ApplyExifOrientation (ImageIO.CGImagePropertyOrientation exifOrientation);
abstract member ApplyExifOrientation : ImageIO.CGImagePropertyOrientation -> AVFoundation.AVDepthData
override this.ApplyExifOrientation : ImageIO.CGImagePropertyOrientation -> AVFoundation.AVDepthData
Parameters
- exifOrientation
- CGImagePropertyOrientation
The orientation to apply.
Returns
- Attributes