指定されたキーに関連付けられた
System.Numerics.Matrix3x2を取得します(PDFでは、
System.Numerics.Matrix3x2が、6つのfloatの配列として表される必要があります)。
値が存在しないか、System.Numerics.Matrix3x2に変換できない場合、を取得します。
値を
System.Numerics.Matrix3x2に変換できない場合、
GrapeCity.Documents.Pdf.GcPdfDocument.ParserLogに警告を追加します。
シンタックス
'宣言
Public Overloads Shared Function GetMatrix( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Nullable(Of Matrix3x2) _
) As System.Nullable(Of Matrix3x2)
public static System.Nullable<Matrix3x2> GetMatrix(
IPdfDict ,
PdfName ,
System.Nullable<Matrix3x2>
)
パラメータ
- dict
- 現在の辞書。
- key
- 取得する値のキー。
- defValue
- デフォルト値。
戻り値の型
指定されたキーに関連付けられた値。
参照