See Also Examples Applies To
Performs matrix filter into the native GdPicture image or into an area of the native GdPicture image defined by SetROI() function.
Syntax
object.MatrixFilter3x3x (nMatrix3x3xIN, nMatrix3x3xOUT)
The MatrixFilter3x3x syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nMatrix3x3xIN | Required. Long. Input Matrix ID returned by the MatrixCreate3x3x() function. |
| nMatrix3x3xOUT | Required. Long. Output Matrix ID returned by the MatrixCreate3x3x() function. |
Returns
Long. GdPictureStatus
Category
Effects and Filters