类库说明文档
JHCuttingImage Class |
图像切割,无法继承该类
Inheritance Hierarchy
Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHCuttingImage
The JHCuttingImage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Generate(String, Int32, Int32, Int32, Int32) |
从源图像指定位置并且按照指定区域切割图像
| |
Generate(Byte, Int32, Int32, Int32, Int32, ImageFormat) |
从源图像指定位置并且按照指定区域切割图像
| |
Generate(Image, Int32, Int32, Int32, Int32, ImageFormat) |
从源图像指定位置并且按照指定区域切割图像
| |
Generate(Stream, Int32, Int32, Int32, Int32, ImageFormat) |
从源图像指定位置并且按照指定区域切割图像
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also