VideoHelper.CatchImg Method (String, String)

HD.Common

VideoHelperCatchImg Method (String, String) Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.VideoHelper.CatchImg(System.String,System.String)"]

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string CatchImg(
	string fileName,
	string imgFile
)
Public Function CatchImg ( 
	fileName As String,
	imgFile As String
) As String
public:
String^ CatchImg(
	String^ fileName, 
	String^ imgFile
)
member CatchImg : 
        fileName : string * 
        imgFile : string -> string 

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:HD.Common.VideoHelper.CatchImg(System.String,System.String)"]

imgFile
Type: SystemString

[Missing <param name="imgFile"/> documentation for "M:HD.Common.VideoHelper.CatchImg(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.VideoHelper.CatchImg(System.String,System.String)"]

See Also

Reference