| PdfPatternMatrix Property |
Gets the pattern matrix.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_MATRIX Matrix { get; }
Public ReadOnly Property Matrix As FS_MATRIX
Get
public:
property FS_MATRIX^ Matrix {
FS_MATRIX^ get ();
}
member Matrix : FS_MATRIX with get
/** @property */
public FS_MATRIX get_Matrix()
Property Value
FS_MATRIXSee Also