ThirdParty.iOS4Unity.UIImage.UIImageJPEGRepresentation C# (CSharp) Method

UIImageJPEGRepresentation() private method

private UIImageJPEGRepresentation ( IntPtr image, float compressionQuality ) : IntPtr
image System.IntPtr
compressionQuality float
return System.IntPtr
        private static extern IntPtr UIImageJPEGRepresentation(IntPtr image, float compressionQuality);