Namespace: DeltaEngine.Content.Disk.TestsAssembly: DeltaEngine.Content.Disk.Tests (in DeltaEngine.Content.Disk.Tests.dll) Version: 1.1.1.0 (1.1.1)
public static void CreateImage(
string filePath,
Size pixelSize
)
public static void CreateImage(
string filePath,
Size pixelSize
)
Public Shared Sub CreateImage (
filePath As String,
pixelSize As Size
)
Public Shared Sub CreateImage (
filePath As String,
pixelSize As Size
)
public:
static void CreateImage(
String^ filePath,
Size pixelSize
)
public:
static void CreateImage(
String^ filePath,
Size pixelSize
)
static member CreateImage :
filePath : string *
pixelSize : Size -> unit
static member CreateImage :
filePath : string *
pixelSize : Size -> unit