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);