Share via


GKPath.GetVector2Point(UIntPtr) Method

Definition

Returns a 2-dimensional vector for the node at the specified index.

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

Parameters

index
UIntPtr

unativeint

Returns

Attributes

Applies to