3 references to GetTestPath
System.Drawing.Common.Tests (3)
Helpers.cs (3)
24public static string GetTestBitmapPath(string fileName) => GetTestPath("bitmaps", fileName); 25public static string GetTestFontPath(string fileName) => GetTestPath("fonts", fileName); 26public static string GetTestColorProfilePath(string fileName) => GetTestPath("colorProfiles", fileName);