ThirdParty.iOS4Unity.UIImage.UIImageJPEGRepresentation C# (CSharp) Метод

UIImageJPEGRepresentation() приватный Метод

private UIImageJPEGRepresentation ( IntPtr image, float compressionQuality ) : IntPtr
image System.IntPtr
compressionQuality float
Результат System.IntPtr
        private static extern IntPtr UIImageJPEGRepresentation(IntPtr image, float compressionQuality);