Codeunit 3010 DotNet_Image in 20

App
Base Application
Obsolete
Pending 19.0. This codeunit is obsolete. Use the Image codeunit in the Image Module instead.

Procedures, 9

Versions171819202122232425262728latest

Source-

Procedures, 9

NameParametersReturnsAccessObsolete
FromStream(InStream)public-
RawFormat(var Codeunit DotNet_ImageFormat)publicPending 19.0
Provide format in Save() function instead
FromBitmap(Integer, Integer)public-
Save(var OutStream, Codeunit DotNet_ImageFormat)publicPending 19.0
Codeunit has been replaced by enum in the Image module
GetWidth()Integerpublic-
GetHeight()Integerpublic-
Dispose()publicPending 19.0
Removed as we do not need to handle memory allocation in the new module.
GetImage(var DotNet Image)publicPending 19.0
Removed as we only support streams
SetImage(DotNet Image)publicPending 19.0
Removed as we only support streams