xn.ImageGenerator.IsPixelFormatSupported C# (CSharp) 메소드

IsPixelFormatSupported() 공개 메소드

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