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