Skip to content

Commit 85bfeb2

Browse files
committed
fix of the type referecne error
1 parent b0fc4f7 commit 85bfeb2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/NRRD/FileWriter.vb

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Imports Microsoft.VisualBasic.Imaging.Drawing2D.HeatMap
77
Imports Microsoft.VisualBasic.Math.LinearAlgebra
88
Imports Microsoft.VisualBasic.Text
99

10+
#If NET48 Then
11+
Imports Image = System.Drawing.Image
12+
#Else
13+
Imports Image = Microsoft.VisualBasic.Imaging.Image
14+
#End If
15+
1016
Public Module FileWriter
1117

1218
Public Sub WriteFile(file As BinaryDataWriter, dims As Size, rasters As Image())

0 commit comments

Comments
 (0)