메소드 | 설명 | |
---|---|---|
MatchRegexIndex ( string queryString ) : int |
The position in the original string where the first character of the captured substring was found.
|
|
Overlay ( ) : System.Collections.Specialized |
Initializes a new instance of the Overlay class.
|
|
ParseImage ( string input ) : |
Returns an image from the given input path.
|
public MatchRegexIndex ( string queryString ) : int | ||
queryString | string | The query string to search. |
리턴 | int |
public Overlay ( ) : System.Collections.Specialized | ||
리턴 | System.Collections.Specialized |
public ParseImage ( string input ) : |
||
input | string | /// The input containing the value to parse. /// |
리턴 |