xn.ImageGenerator.GetPixelFormat C# (CSharp) Method

GetPixelFormat() public method

public GetPixelFormat ( ) : PixelFormat
return PixelFormat
        public PixelFormat GetPixelFormat()
        {
            return OpenNIImporter.xnGetPixelFormat(this.InternalObject);
        }