Share via


GKPath.GetPoint(UIntPtr) Method

Definition

Developers should not use this deprecated method. Developers should use 'GetVector2Point' instead.

[Foundation.Export("pointAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector2 GetPoint(UIntPtr index);
[<Foundation.Export("pointAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPoint : unativeint -> System.Numerics.Vector2
override this.GetPoint : unativeint -> System.Numerics.Vector2

Parameters

index
UIntPtr

unativeint

Returns

Attributes

Applies to