..
This commit is contained in:
@@ -66,7 +66,10 @@ namespace FCOMMON
|
||||
sm.Dispose();
|
||||
return buffer;
|
||||
}
|
||||
|
||||
public static Boolean setImageData(System.Drawing.Bitmap img, string table, string field, int idx)
|
||||
{
|
||||
return setImageData((System.Drawing.Image)img, table, field, idx);
|
||||
}
|
||||
public static Boolean setImageData(System.Drawing.Image img, string table, string field, int idx)
|
||||
{
|
||||
if (img == null || img.Width < 1||img.Height < 1) return false;
|
||||
|
||||
Reference in New Issue
Block a user