AGENT.Menu.Resources.GetFont C# (CSharp) Method

GetFont() static private method

static private GetFont ( Resources id ) : Microsoft.SPOT.Font
id Resources
return Microsoft.SPOT.Font
        internal static Microsoft.SPOT.Font GetFont(Resources.FontResources id)
        {
            return ((Microsoft.SPOT.Font)(Microsoft.SPOT.ResourceUtility.GetObject(ResourceManager, id)));
        }
        internal static byte[] GetBytes(Resources.BinaryResources id)