CGPDFArray.GetArray Method

Definition

Overloads

GetArray(Int32, CGPDFArray)

Returns the array element in the array at the specified index.

GetArray(nint, CGPDFArray)

GetArray(Int32, CGPDFArray)

Returns the array element in the array at the specified index.

public bool GetArray (int idx, out CoreGraphics.CGPDFArray array);
member this.GetArray : int *  -> bool

Parameters

idx
Int32

Index for the element we want to access.

array
CGPDFArray

If the element at position idx is an array, this will contain the resulting array.

Returns

True if the element at the given position is of the specified type and the result is set on the out parameter; False if you tried to access an out of bounds element, or if the element at that position is of a different type.

Applies to

GetArray(nint, CGPDFArray)

public bool GetArray (nint idx, out CoreGraphics.CGPDFArray array);
member this.GetArray : nint *  -> bool

Parameters

idx
System.System.IntPtr System.nativeint
array
CGPDFArray

Returns

Applies to