GetClosestSupported() 공개 정적인 메소드

public static GetClosestSupported ( Axiom format ) : Axiom.Media.PixelFormat
format Axiom
리턴 Axiom.Media.PixelFormat
예제 #1
0
        private SurfaceFormat ChooseXnaFormat()
        {
            if (Format == PixelFormat.Unknown)
            {
                return(_bbPixelFormat);
            }

            return(XnaHelper.Convert(XnaHelper.GetClosestSupported(Format)));
        }