JHCuttingImage Class

DCSoft.DBUtilityGeneric

JHCuttingImage Class
图像切割,无法继承该类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.DrawingJHCuttingImage

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
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGenerate(String, Int32, Int32, Int32, Int32)
从源图像指定位置并且按照指定区域切割图像
Public methodStatic memberGenerate(Byte, Int32, Int32, Int32, Int32, ImageFormat)
从源图像指定位置并且按照指定区域切割图像
Public methodStatic memberGenerate(Image, Int32, Int32, Int32, Int32, ImageFormat)
从源图像指定位置并且按照指定区域切割图像
Public methodStatic memberGenerate(Stream, Int32, Int32, Int32, Int32, ImageFormat)
从源图像指定位置并且按照指定区域切割图像
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also