GKPath.GetVector2Point(UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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