Procedures, 9

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