Method | Description | |
---|---|---|
MatchRegexIndex ( string queryString ) : int |
The position in the original string where the first character of the captured substring was found.
|
|
ParseSize ( string input ) : int |
Returns the correct size of pixels.
|
|
Pixelate ( ) : System |
Initializes a new instance of the Pixelate class.
|
Method | Description | |
---|---|---|
ParseRectangle ( string input ) : Rectangle? |
Returns the correct Nullable{Rectange} for the given string.
|
public MatchRegexIndex ( string queryString ) : int | ||
queryString | string | The query string to search. |
return | int |
public ParseSize ( string input ) : int | ||
input | string | /// The input containing the value to parse. /// |
return | int |