GKPath.GetPoint(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.
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