JHZoomImage.GenerateByRatio Method (String, Double)

DCSoft.DBUtilityGeneric

JHZoomImageGenerateByRatio Method (String, Double)
根据指定的缩放比例生成缩放图

Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static Stream GenerateByRatio(
	string fileName,
	double zoomRatio
)

Parameters

fileName
Type: SystemString
图片文件完全限定名
zoomRatio
Type: SystemDouble
缩放比例

Return Value

Type: Stream

[Missing <returns> documentation for "M:DCSoft.Utility.Drawing.JHZoomImage.GenerateByRatio(System.String,System.Double)"]

See Also