PictureEffects Xojo and Real Studio Plugin |
|
Matrix.Value Method (console safe)
Use this setter/getter function to set or get individual values for the Matrix.
Value(
x as integer,
y as integer) as Integer
Value(
x as integer,
y as integer
assigns value as Integer)
Parameters
- x
- X Location in the Matrix. (Only values from 1 to 3 are accepted)
- y
- Y Location in the Matrix. (Only values from 1 to 3 are accepted)
- value (assignment parameter)
- When using the setter then the requested value is set to this value.
Returns
- Integer
- When using the getter then the requested value is returned.
Remarks
See Also
Matrix Class