ImageHelperImageWatermark Method | Helper帮助文档 |
图片水印处理方法
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ImageWatermark( string path, string waterpath, string location )
Public Shared Function ImageWatermark ( path As String, waterpath As String, location As String ) As String
public: static String^ ImageWatermark( String^ path, String^ waterpath, String^ location )
static member ImageWatermark : path : string * waterpath : string * location : string -> string
Parameters
- path
- Type: SystemString
需要加载水印的图片路径(绝对路径) - waterpath
- Type: SystemString
水印图片(绝对路径) - location
- Type: SystemString
水印位置(传送正确的代码)
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.ImageHelper.ImageWatermark(System.String,System.String,System.String)"]
See Also