Click or drag to resize
PrintMatrix Constructor
Creates an instance of the PrintMatrix class.
Overload List
  NameDescription
Public methodPrintMatrix
Creates an instance of the PrintMatrix class without a title and directs it to the default output stream.
Public methodPrintMatrix(TextWriter)
Creates an instance of the PrintMatrix class without a title and directs it to a specified output stream.
Public methodPrintMatrix(String)
Creates a PrintMatrix object with a title directed to the default output stream.
Public methodPrintMatrix(TextWriter, String)
Creates a PrintMatrix object with a title directed to a specified output stream.
Top
See Also