AGENT.Contrib.ContribResources.GetFont C# (CSharp) Method

GetFont() static private method

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