xn.ImageGenerator.GetPixelFormat C# (CSharp) Метод

GetPixelFormat() публичный Метод

public GetPixelFormat ( ) : PixelFormat
Результат PixelFormat
        public PixelFormat GetPixelFormat()
        {
            return OpenNIImporter.xnGetPixelFormat(this.InternalObject);
        }