共用方式為


CGPDFArray.GetInt 方法

定義

多載

GetInt(Int32, nint)

傳回陣列中位於指定索引處的整數專案。

GetInt(nint, nint)

GetInt(Int32, nint)

傳回陣列中位於指定索引處的整數專案。

public bool GetInt (int idx, out nint result);
member this.GetInt : int *  -> bool

參數

idx
Int32

我們想要存取之專案的索引。

result
System.System.IntPtr System.nativeint

如果位於位置 idx 的專案是整數,這會包含產生的值。

傳回

如果位於指定位置的專案是指定型別,且結果是在 out 參數上設定,則為 True;如果您嘗試存取超出界限的專案,或該位置的專案屬於不同類型,則為 False。

適用於

GetInt(nint, nint)

public bool GetInt (nint idx, out nint result);
member this.GetInt : nint *  -> bool

參數

idx
System.System.IntPtr System.nativeint
result
System.System.IntPtr System.nativeint

傳回

適用於