ImageHelper.LetterWatermark Method

HD.Common

ImageHelperLetterWatermark 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 LetterWatermark(
	string path,
	int size,
	string letter,
	Color color,
	string location
)
Public Shared Function LetterWatermark ( 
	path As String,
	size As Integer,
	letter As String,
	color As Color,
	location As String
) As String
public:
static String^ LetterWatermark(
	String^ path, 
	int size, 
	String^ letter, 
	Color color, 
	String^ location
)
static member LetterWatermark : 
        path : string * 
        size : int * 
        letter : string * 
        color : Color * 
        location : string -> string 

Parameters

path
Type: SystemString
图片路径(绝对路径)
size
Type: SystemInt32
字体大小
letter
Type: SystemString
水印文字
color
Type: System.DrawingColor
颜色
location
Type: SystemString
水印位置

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.ImageHelper.LetterWatermark(System.String,System.Int32,System.String,System.Drawing.Color,System.String)"]

See Also

Reference