xn.ImageGenerator.GetPixelFormat C# (CSharp) Méthode

GetPixelFormat() public méthode

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