类库说明文档
![]() | JHZoomImageGenerate Method (String, Int32, Int32) |
按照给定的宽、高生成缩放图
Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static Stream Generate( string fileName, int w, int h )
Parameters
- fileName
- Type: SystemString
图像文件完全限定名 - w
- Type: SystemInt32
缩放图的宽(以像素为单位) - h
- Type: SystemInt32
缩放图的高(以像素为单位)
Return Value
Type: Stream[Missing <returns> documentation for "M:DCSoft.Utility.Drawing.JHZoomImage.Generate(System.String,System.Int32,System.Int32)"]
