AGENT.Contrib.ContribResources.GetFont C# (CSharp) Méthode

GetFont() static private méthode

static private GetFont ( ContribResources id ) : Microsoft.SPOT.Font
id ContribResources
Résultat 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