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