CGVector(nfloat, nfloat) Constructor

Definition

Creates a vector from an x and y components.

public CGVector (nfloat dx, nfloat dy);
new CoreGraphics.CGVector : nfloat * nfloat -> CoreGraphics.CGVector

Parameters

dx
nfloat
dy
nfloat

Applies to