xn.ImageGenerator.IsPixelFormatSupported C# (CSharp) Method

IsPixelFormatSupported() public method

public IsPixelFormatSupported ( PixelFormat format ) : bool
format PixelFormat
return bool
        public bool IsPixelFormatSupported(PixelFormat format)
        {
            return OpenNIImporter.xnIsPixelFormatSupported(this.InternalObject, format);
        }