JHZoomImage.GenerateByBorder Method (String, Double, Double)

DCSoft.DBUtilityGeneric

JHZoomImageGenerateByBorder Method (String, Double, 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 GenerateByBorder(
	string fileName,
	double borderWidth,
	double borderHeight
)

Parameters

fileName
Type: SystemString
图片文件全路径
borderWidth
Type: SystemDouble
容器宽度(以像素为单位)
borderHeight
Type: SystemDouble
容器高度(以像素为单位)

Return Value

Type: Stream

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

See Also