Documentation / Marblecore Imaging / Methods / FilterCustomFromFile
FilterCustomFromFile method
Applies a custom filter file (.acf) to the image.
Syntax
Boolean FilterCustomFromFile(strFile As String, nLeft As Number, nTop As Number, nWidth As Number, nHeight As Number)
Return value
Returns true if the function succeeded.
Parameters
Parameter | Type | Required | Description |
strFile | String | Yes | String containing the path of the custom filter file (ACF) file. |
nLeft | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the left coordinate of the rectangle. |
nTop | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the top coordinate of the rectangle. |
nWidth | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the width of the rectangle. |
nHeight | Number | No | Optional parameter which can be used to specify a clipping rectangle. This parameter specifies the height of the rectangle. |
Category
Filters, Other
See also
FilterCustom |
FilterCustomFromURL |
FilterOffset