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