summaryM:DotNetNuke.Common.Utilities.ImageUtils.CreateImage(System.IO.Stream,System.Int32,System.Int32,System.String)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static Stream CreateImage( Stream stream, int intHeight, int intWidth, string extension ) |
Visual Basic |
---|
Public Shared Function CreateImage ( stream As Stream, intHeight As Integer, intWidth As Integer, extension As String ) As Stream |
Parameters
- stream
- Type: System.IO..::..Stream
paramstreamM:DotNetNuke.Common.Utilities.ImageUtils.CreateImage(System.IO.Stream,System.Int32,System.Int32,System.String)
- intHeight
- Type: System..::..Int32
paramintHeightM:DotNetNuke.Common.Utilities.ImageUtils.CreateImage(System.IO.Stream,System.Int32,System.Int32,System.String)
- intWidth
- Type: System..::..Int32
paramintWidthM:DotNetNuke.Common.Utilities.ImageUtils.CreateImage(System.IO.Stream,System.Int32,System.Int32,System.String)
- extension
- Type: System..::..String
paramextensionM:DotNetNuke.Common.Utilities.ImageUtils.CreateImage(System.IO.Stream,System.Int32,System.Int32,System.String)