Share via


Matrix Constructors

Definition

Overloads

Matrix()

Initializes a new instance of the Matrix class.

Matrix(String)

Initializes a new instance of the Matrix class with the specified text content.

Matrix()

Initializes a new instance of the Matrix class.

public Matrix ();
Public Sub New ()

Applies to

Matrix(String)

Initializes a new instance of the Matrix class with the specified text content.

public Matrix (string text);
new DocumentFormat.OpenXml.InkML.Matrix : string -> DocumentFormat.OpenXml.InkML.Matrix
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to