Gimp.Scanner.parse_matrix2
@accepts(Gimp.Scanner, Gimp.Matrix2)
@returns(bool)
def parse_matrix2(self, dest):
# Python wrapper for gimp_scanner_parse_matrix2()
Since 2.4
- self
A Gimp.Scanner created by Gimp.Scanner.new_file or Gimp.Scanner.new_string
- dest
Pointer to a matrix to store the result
- Returns