GKPath.GetPoint(nuint) Method

Definition

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

[Foundation.Export("pointAtIndex:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GetVector2Point' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GetVector2Point' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, "Use 'GetVector2Point' instead.")]
public virtual OpenTK.Vector2 GetPoint (nuint index);
abstract member GetPoint : nuint -> OpenTK.Vector2
override this.GetPoint : nuint -> OpenTK.Vector2

Parameters

index
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to