示例#1
0
 internal static nanoFramework.UI.Font GetFont(Resources.FontResources id)
 {
     return((nanoFramework.UI.Font)(nanoFramework.Runtime.Native.ResourceUtility.GetObject(ResourceManager, id)));
 }
 internal static Microsoft.SPOT.Font GetFont(Resources.FontResources id)
 {
     return((Microsoft.SPOT.Font)(Microsoft.SPOT.ResourceUtility.GetObject(ResourceManager, id)));
 }
示例#3
0
 internal static System.Drawing.Font GetFont(Resources.FontResources id)
 {
     return((System.Drawing.Font)(ResourceManager.GetObject(((short)(id)))));
 }