noFilter property
VxFilter
get
noFilter
Returns the no filter matrix.
Implementation
VxFilter get noFilter {
myMatrix = _noFilter;
return this;
}
Returns the no filter matrix.
VxFilter get noFilter {
myMatrix = _noFilter;
return this;
}