VNPoint.Create(VNVector, VNPoint) 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.
[Foundation.Export("pointByApplyingVector:toPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Vision.VNPoint Create(Vision.VNVector vector, Vision.VNPoint point);
[<Foundation.Export("pointByApplyingVector:toPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Vision.VNVector * Vision.VNPoint -> Vision.VNPoint
Parameters
- vector
- VNVector
- point
- VNPoint
Returns
- Attributes